Html Css Color HEX #A0E18B Granny Smith Apple

📋 copy color: '#A0E18B'

red 160 ◦ green 225 ◦ blue 139

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

Shades of Granny Smith Apple #A0E18B

Tints of Granny Smith Apple #A0E18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 30.53%
G = 42.94%
B = 26.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#A0E18B (or 0xA0E18B) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 8B. RGB value is (160,225,139). Sum of RGB (Red+Green+Blue) = 160+225+139=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E18B is #5F1E74. Grayscale: #C4C4C4. Windows color (decimal): -6233717 or 9167264. OLE color: 9167264.

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

Color convert

RGB 160 225 139 -
CMYK 0.29 0 0.38 0.12
HSL 105.35º 0.59% 0.71% -
HSV(B) 105.35º 0.38% 0.88% -
XYZ 46.08 63.19 34.19 -
YUV 195.76 95.97 102.49 -
System Red Green Blue C M Y K H S L
Decimal 160 225 139 0.29 0 0.38 0.12 105.35 0.59 0.71
Hex A0 E1 8B 1D 0 26 C 69 3B 47
Octal 240 341 213 35 0 46 14 151 73 107
Binary 10100000 11100001 10001011 11101 0 100110 1100 1101001 111011 1000111

Color Harmonies of #A0E18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E18B

Black with #A0E18B

Text Example


Text Example

White with #A0E18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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