Html Css Color HEX #A2E08D Granny Smith Apple

📋 copy color: '#A2E08D'

red 162 ◦ green 224 ◦ blue 141

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

Shades of Granny Smith Apple #A2E08D

Tints of Granny Smith Apple #A2E08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 141 (55.47% from 255) = 26.76%

R = 30.74%
G = 42.5%
B = 26.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#A2E08D (or 0xA2E08D) is known color: Granny Smith Apple. HEX triplet: A2, E0 and 8D. RGB value is (162,224,141). Sum of RGB (Red+Green+Blue) = 162+224+141=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E08D is #5D1F72. Grayscale: #C4C4C4. Windows color (decimal): -6102899 or 9298082. OLE color: 9298082.

HSL color Cylindrical-coordinate representation of color #A2E08D: hue angle of 104.82º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2E08D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 141 -
CMYK 0.28 0 0.37 0.12
HSL 104.82º 0.57% 0.72% -
HSV(B) 104.82º 0.37% 0.88% -
XYZ 46.36 62.92 34.9 -
YUV 196 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 162 224 141 0.28 0 0.37 0.12 104.82 0.57 0.72
Hex A2 E0 8D 1C 0 25 C 69 39 48
Octal 242 340 215 34 0 45 14 151 71 110
Binary 10100010 11100000 10001101 11100 0 100101 1100 1101001 111001 1001000

Color Harmonies of #A2E08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E08D

Black with #A2E08D

Text Example


Text Example

White with #A2E08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E08D; }

 p { color: rgb(162,224,141); }

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

background-color css

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

 a { background-color: rgb(162,224,141); }

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

border-color css

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

 span { border-color: rgb(162,224,141); }

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