Html Css Color HEX #A0E388 Granny Smith Apple

📋 copy color: '#A0E388'

red 160 ◦ green 227 ◦ blue 136

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

Shades of Granny Smith Apple #A0E388

Tints of Granny Smith Apple #A0E388

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

 BLUE value IS 136 (53.52% from 255) = 26%

R = 30.59%
G = 43.4%
B = 26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#A0E388 (or 0xA0E388) is known color: Granny Smith Apple. HEX triplet: A0, E3 and 88. RGB value is (160,227,136). Sum of RGB (Red+Green+Blue) = 160+227+136=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E388 is #5F1C77. Grayscale: #C4C4C4. Windows color (decimal): -6233208 or 8971168. OLE color: 8971168.

HSL color Cylindrical-coordinate representation of color #A0E388: hue angle of 104.18º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E388 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 136 -
CMYK 0.30 0 0.40 0.11
HSL 104.18º 0.62% 0.71% -
HSV(B) 104.18º 0.4% 0.89% -
XYZ 46.41 64.19 33.24 -
YUV 196.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 160 227 136 0.30 0 0.40 0.11 104.18 0.62 0.71
Hex A0 E3 88 1E 0 28 B 68 3E 47
Octal 240 343 210 36 0 50 13 150 76 107
Binary 10100000 11100011 10001000 11110 0 101000 1011 1101000 111110 1000111

Color Harmonies of #A0E388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E388

Black with #A0E388

Text Example


Text Example

White with #A0E388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E388; }

 p { color: rgb(160,227,136); }

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

background-color css

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

 a { background-color: rgb(160,227,136); }

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

border-color css

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

 span { border-color: rgb(160,227,136); }

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