Html Css Color HEX #A0ED91 Granny Smith Apple

📋 copy color: '#A0ED91'

red 160 ◦ green 237 ◦ blue 145

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

Shades of Granny Smith Apple #A0ED91

Tints of Granny Smith Apple #A0ED91

RGB

 RED value IS 160 (62.89% from 255) = 29.52%

 GREEN value IS 237 (92.97% from 255) = 43.73%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 29.52%
G = 43.73%
B = 26.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#A0ED91 (or 0xA0ED91) is known color: Granny Smith Apple. HEX triplet: A0, ED and 91. RGB value is (160,237,145). Sum of RGB (Red+Green+Blue) = 160+237+145=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED91 is #5F126E. Grayscale: #CBCBCB. Windows color (decimal): -6230639 or 9563552. OLE color: 9563552.

HSL color Cylindrical-coordinate representation of color #A0ED91: hue angle of 110.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0ED91 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 145 -
CMYK 0.32 0 0.39 0.07
HSL 110.22º 0.72% 0.75% -
HSV(B) 110.22º 0.39% 0.93% -
XYZ 49.89 70.09 37.69 -
YUV 203.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 160 237 145 0.32 0 0.39 0.07 110.22 0.72 0.75
Hex A0 ED 91 20 0 27 7 6E 48 4B
Octal 240 355 221 40 0 47 7 156 110 113
Binary 10100000 11101101 10010001 100000 0 100111 111 1101110 1001000 1001011

Color Harmonies of #A0ED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED91

Black with #A0ED91

Text Example


Text Example

White with #A0ED91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED91; }

 p { color: rgb(160,237,145); }

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

background-color css

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

 a { background-color: rgb(160,237,145); }

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

border-color css

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

 span { border-color: rgb(160,237,145); }

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