Html Css Color HEX #A0E68E Granny Smith Apple

📋 copy color: '#A0E68E'

red 160 ◦ green 230 ◦ blue 142

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

Shades of Granny Smith Apple #A0E68E

Tints of Granny Smith Apple #A0E68E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.23%

 BLUE value IS 142 (55.86% from 255) = 26.69%

R = 30.08%
G = 43.23%
B = 26.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#A0E68E (or 0xA0E68E) is known color: Granny Smith Apple. HEX triplet: A0, E6 and 8E. RGB value is (160,230,142). Sum of RGB (Red+Green+Blue) = 160+230+142=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E68E is #5F1971. Grayscale: #C7C7C7. Windows color (decimal): -6232434 or 9365152. OLE color: 9365152.

HSL color Cylindrical-coordinate representation of color #A0E68E: hue angle of 107.73º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0E68E is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 142 -
CMYK 0.30 0 0.38 0.10
HSL 107.73º 0.64% 0.73% -
HSV(B) 107.73º 0.38% 0.9% -
XYZ 47.68 66.02 35.82 -
YUV 199.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 160 230 142 0.30 0 0.38 0.10 107.73 0.64 0.73
Hex A0 E6 8E 1E 0 26 A 6C 40 49
Octal 240 346 216 36 0 46 12 154 100 111
Binary 10100000 11100110 10001110 11110 0 100110 1010 1101100 1000000 1001001

Color Harmonies of #A0E68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E68E

Black with #A0E68E

Text Example


Text Example

White with #A0E68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E68E; }

 p { color: rgb(160,230,142); }

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

background-color css

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

 a { background-color: rgb(160,230,142); }

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

border-color css

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

 span { border-color: rgb(160,230,142); }

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