Html Css Color HEX #A2F28E Granny Smith Apple

📋 copy color: '#A2F28E'

red 162 ◦ green 242 ◦ blue 142

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

Shades of Granny Smith Apple #A2F28E

Tints of Granny Smith Apple #A2F28E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 29.67%
G = 44.32%
B = 26.01%

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

#A2F28E (or 0xA2F28E) is known color: Granny Smith Apple. HEX triplet: A2, F2 and 8E. RGB value is (162,242,142). Sum of RGB (Red+Green+Blue) = 162+242+142=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F28E is #5D0D71. Grayscale: #CFCFCF. Windows color (decimal): -6098290 or 9368226. OLE color: 9368226.

HSL color Cylindrical-coordinate representation of color #A2F28E: hue angle of 108º degrees, saturation: 0.79, 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 #A2F28E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 142 -
CMYK 0.33 0 0.41 0.05
HSL 108º 0.79% 0.75% -
HSV(B) 108º 0.41% 0.95% -
XYZ 51.53 73.14 36.99 -
YUV 206.68 91.5 96.13 -
System Red Green Blue C M Y K H S L
Decimal 162 242 142 0.33 0 0.41 0.05 108 0.79 0.75
Hex A2 F2 8E 21 0 29 5 6C 4F 4B
Octal 242 362 216 41 0 51 5 154 117 113
Binary 10100010 11110010 10001110 100001 0 101001 101 1101100 1001111 1001011

Color Harmonies of #A2F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F28E

Black with #A2F28E

Text Example


Text Example

White with #A2F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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