Html Css Color HEX #A0E091 Granny Smith Apple

📋 copy color: '#A0E091'

red 160 ◦ green 224 ◦ blue 145

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

Shades of Granny Smith Apple #A0E091

Tints of Granny Smith Apple #A0E091

RGB

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

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

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

R = 30.25%
G = 42.34%
B = 27.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#A0E091 (or 0xA0E091) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 91. RGB value is (160,224,145). Sum of RGB (Red+Green+Blue) = 160+224+145=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E091 is #5F1F6E. Grayscale: #C4C4C4. Windows color (decimal): -6233967 or 9560224. OLE color: 9560224.

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

Color convert

RGB 160 224 145 -
CMYK 0.29 0 0.35 0.12
HSL 108.61º 0.56% 0.72% -
HSV(B) 108.61º 0.35% 0.88% -
XYZ 46.26 62.83 36.48 -
YUV 195.86 99.3 102.42 -
System Red Green Blue C M Y K H S L
Decimal 160 224 145 0.29 0 0.35 0.12 108.61 0.56 0.72
Hex A0 E0 91 1D 0 23 C 6D 38 48
Octal 240 340 221 35 0 43 14 155 70 110
Binary 10100000 11100000 10010001 11101 0 100011 1100 1101101 111000 1001000

Color Harmonies of #A0E091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E091

Black with #A0E091

Text Example


Text Example

White with #A0E091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E091; }

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

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

background-color css

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

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

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

border-color css

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

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

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