Html Css Color HEX #A2F18E Granny Smith Apple

📋 copy color: '#A2F18E'

red 162 ◦ green 241 ◦ blue 142

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

Shades of Granny Smith Apple #A2F18E

Tints of Granny Smith Apple #A2F18E

RGB

 RED value IS 162 (63.67% from 255) = 29.72%

 GREEN value IS 241 (94.53% from 255) = 44.22%

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 29.72%
G = 44.22%
B = 26.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#A2F18E (or 0xA2F18E) is known color: Granny Smith Apple. HEX triplet: A2, F1 and 8E. RGB value is (162,241,142). Sum of RGB (Red+Green+Blue) = 162+241+142=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F18E is #5D0E71. Grayscale: #CECECE. Windows color (decimal): -6098546 or 9367970. OLE color: 9367970.

HSL color Cylindrical-coordinate representation of color #A2F18E: hue angle of 107.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2F18E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 142 -
CMYK 0.33 0 0.41 0.05
HSL 107.88º 0.78% 0.75% -
HSV(B) 107.88º 0.41% 0.95% -
XYZ 51.24 72.54 36.89 -
YUV 206.09 91.83 96.55 -
System Red Green Blue C M Y K H S L
Decimal 162 241 142 0.33 0 0.41 0.05 107.88 0.78 0.75
Hex A2 F1 8E 21 0 29 5 6C 4E 4B
Octal 242 361 216 41 0 51 5 154 116 113
Binary 10100010 11110001 10001110 100001 0 101001 101 1101100 1001110 1001011

Color Harmonies of #A2F18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F18E

Black with #A2F18E

Text Example


Text Example

White with #A2F18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F18E; }

 p { color: rgb(162,241,142); }

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

background-color css

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

 a { background-color: rgb(162,241,142); }

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

border-color css

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

 span { border-color: rgb(162,241,142); }

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