Html Css Color HEX #A0EA8D Granny Smith Apple

📋 copy color: '#A0EA8D'

red 160 ◦ green 234 ◦ blue 141

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

Shades of Granny Smith Apple #A0EA8D

Tints of Granny Smith Apple #A0EA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.74%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 29.91%
G = 43.74%
B = 26.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#A0EA8D (or 0xA0EA8D) is known color: Granny Smith Apple. HEX triplet: A0, EA and 8D. RGB value is (160,234,141). Sum of RGB (Red+Green+Blue) = 160+234+141=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA8D is #5F1572. Grayscale: #C9C9C9. Windows color (decimal): -6231411 or 9300640. OLE color: 9300640.

HSL color Cylindrical-coordinate representation of color #A0EA8D: hue angle of 107.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0EA8D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 141 -
CMYK 0.32 0 0.40 0.08
HSL 107.74º 0.69% 0.74% -
HSV(B) 107.74º 0.4% 0.92% -
XYZ 48.73 68.24 35.8 -
YUV 201.27 93.98 98.56 -
System Red Green Blue C M Y K H S L
Decimal 160 234 141 0.32 0 0.40 0.08 107.74 0.69 0.74
Hex A0 EA 8D 20 0 28 8 6C 45 4A
Octal 240 352 215 40 0 50 10 154 105 112
Binary 10100000 11101010 10001101 100000 0 101000 1000 1101100 1000101 1001010

Color Harmonies of #A0EA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA8D

Black with #A0EA8D

Text Example


Text Example

White with #A0EA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA8D; }

 p { color: rgb(160,234,141); }

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

background-color css

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

 a { background-color: rgb(160,234,141); }

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

border-color css

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

 span { border-color: rgb(160,234,141); }

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