Html Css Color HEX #A0E19B Granny Smith Apple

📋 copy color: '#A0E19B'

red 160 ◦ green 225 ◦ blue 155

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

Shades of Granny Smith Apple #A0E19B

Tints of Granny Smith Apple #A0E19B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 29.63%
G = 41.67%
B = 28.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#A0E19B (or 0xA0E19B) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 9B. RGB value is (160,225,155). Sum of RGB (Red+Green+Blue) = 160+225+155=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E19B is #5F1E64. Grayscale: #C5C5C5. Windows color (decimal): -6233701 or 10215840. OLE color: 10215840.

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

Color convert

RGB 160 225 155 -
CMYK 0.29 0 0.31 0.12
HSL 115.71º 0.54% 0.75% -
HSV(B) 115.71º 0.31% 0.88% -
XYZ 47.34 63.69 40.81 -
YUV 197.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 160 225 155 0.29 0 0.31 0.12 115.71 0.54 0.75
Hex A0 E1 9B 1D 0 1F C 74 36 4B
Octal 240 341 233 35 0 37 14 164 66 113
Binary 10100000 11100001 10011011 11101 0 11111 1100 1110100 110110 1001011

Color Harmonies of #A0E19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E19B

Black with #A0E19B

Text Example


Text Example

White with #A0E19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E19B; }

 p { color: rgb(160,225,155); }

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

background-color css

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

 a { background-color: rgb(160,225,155); }

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

border-color css

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

 span { border-color: rgb(160,225,155); }

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