Html Css Color HEX #A1F785 Granny Smith Apple

📋 copy color: '#A1F785'

red 161 ◦ green 247 ◦ blue 133

#A1F785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A1F785

Tints of Granny Smith Apple #A1F785

RGB

 RED value IS 161 (63.28% from 255) = 29.76%

 GREEN value IS 247 (96.88% from 255) = 45.66%

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 29.76%
G = 45.66%
B = 24.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1F785 (or 0xA1F785) is known color: Granny Smith Apple. HEX triplet: A1, F7 and 85. RGB value is (161,247,133). Sum of RGB (Red+Green+Blue) = 161+247+133=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F785 is #5E087A. Grayscale: #D0D0D0. Windows color (decimal): -6162555 or 8779681. OLE color: 8779681.

HSL color Cylindrical-coordinate representation of color #A1F785: hue angle of 105.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1F785 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 133 -
CMYK 0.35 0 0.46 0.03
HSL 105.26º 0.88% 0.75% -
HSV(B) 105.26º 0.46% 0.97% -
XYZ 52.19 75.79 34.07 -
YUV 208.29 85.51 94.27 -
System Red Green Blue C M Y K H S L
Decimal 161 247 133 0.35 0 0.46 0.03 105.26 0.88 0.75
Hex A1 F7 85 23 0 2E 3 69 58 4B
Octal 241 367 205 43 0 56 3 151 130 113
Binary 10100001 11110111 10000101 100011 0 101110 11 1101001 1011000 1001011

Color Harmonies of #A1F785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F785

Black with #A1F785

Text Example


Text Example

White with #A1F785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F785; }

 p { color: rgb(161,247,133); }

 H1.HeaderClassName
 {
   color: #A1F785;
 }
 .AnyTagClassName
 {
   color: #A1F785;
 }
</style>

background-color css

<style>
 a { background-color: #A1F785; }

 a { background-color: rgb(161,247,133); }

 div.DivClassName
 {
   background-color: #A1F785;
 }
 .BgClassName
 {
   background-color: #A1F785;
 }
</style>

border-color css

<style>
 span { border-color: #A1F785; }

 span { border-color: rgb(161,247,133); }

 td.TdClassName
 {
   border-color: #A1F785;
 }
 .TagClassName
 {
   border-color: #A1F785;
 }
</style>