Html Css Color HEX #A2F08F Granny Smith Apple

📋 copy color: '#A2F08F'

red 162 ◦ green 240 ◦ blue 143

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

Shades of Granny Smith Apple #A2F08F

Tints of Granny Smith Apple #A2F08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 29.72%
G = 44.04%
B = 26.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#A2F08F (or 0xA2F08F) is known color: Granny Smith Apple. HEX triplet: A2, F0 and 8F. RGB value is (162,240,143). Sum of RGB (Red+Green+Blue) = 162+240+143=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F08F is #5D0F70. Grayscale: #CDCDCD. Windows color (decimal): -6098801 or 9433250. OLE color: 9433250.

HSL color Cylindrical-coordinate representation of color #A2F08F: hue angle of 108.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2F08F is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 143 -
CMYK 0.32 0 0.40 0.06
HSL 108.25º 0.76% 0.75% -
HSV(B) 108.25º 0.4% 0.94% -
XYZ 51.02 71.98 37.19 -
YUV 205.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 162 240 143 0.32 0 0.40 0.06 108.25 0.76 0.75
Hex A2 F0 8F 20 0 28 6 6C 4C 4B
Octal 242 360 217 40 0 50 6 154 114 113
Binary 10100010 11110000 10001111 100000 0 101000 110 1101100 1001100 1001011

Color Harmonies of #A2F08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F08F

Black with #A2F08F

Text Example


Text Example

White with #A2F08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F08F; }

 p { color: rgb(162,240,143); }

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

background-color css

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

 a { background-color: rgb(162,240,143); }

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

border-color css

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

 span { border-color: rgb(162,240,143); }

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