Html Css Color HEX #A0EB8D Granny Smith Apple

📋 copy color: '#A0EB8D'

red 160 ◦ green 235 ◦ blue 141

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

Shades of Granny Smith Apple #A0EB8D

Tints of Granny Smith Apple #A0EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

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

R = 29.85%
G = 43.84%
B = 26.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#A0EB8D (or 0xA0EB8D) is known color: Granny Smith Apple. HEX triplet: A0, EB and 8D. RGB value is (160,235,141). Sum of RGB (Red+Green+Blue) = 160+235+141=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB8D is #5F1472. Grayscale: #CACACA. Windows color (decimal): -6231155 or 9300896. OLE color: 9300896.

HSL color Cylindrical-coordinate representation of color #A0EB8D: hue angle of 107.87º degrees, saturation: 0.7, 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 #A0EB8D is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 141 -
CMYK 0.32 0 0.4 0.08
HSL 107.87º 0.7% 0.74% -
HSV(B) 107.87º 0.4% 0.92% -
XYZ 49.01 68.81 35.9 -
YUV 201.86 93.65 98.14 -
System Red Green Blue C M Y K H S L
Decimal 160 235 141 0.32 0 0.4 0.08 107.87 0.7 0.74
Hex A0 EB 8D 20 0 28 8 6C 46 4A
Octal 240 353 215 40 0 50 10 154 106 112
Binary 10100000 11101011 10001101 100000 0 101000 1000 1101100 1000110 1001010

Color Harmonies of #A0EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB8D

Black with #A0EB8D

Text Example


Text Example

White with #A0EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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