Html Css Color HEX #A0E786 Granny Smith Apple

📋 copy color: '#A0E786'

red 160 ◦ green 231 ◦ blue 134

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

Shades of Granny Smith Apple #A0E786

Tints of Granny Smith Apple #A0E786

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44%

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 30.48%
G = 44%
B = 25.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#A0E786 (or 0xA0E786) is known color: Granny Smith Apple. HEX triplet: A0, E7 and 86. RGB value is (160,231,134). Sum of RGB (Red+Green+Blue) = 160+231+134=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E786 is #5F1879. Grayscale: #C7C7C7. Windows color (decimal): -6232186 or 8841120. OLE color: 8841120.

HSL color Cylindrical-coordinate representation of color #A0E786: hue angle of 103.92º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0E786 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 134 -
CMYK 0.31 0 0.42 0.09
HSL 103.92º 0.67% 0.72% -
HSV(B) 103.92º 0.42% 0.91% -
XYZ 47.38 66.35 32.86 -
YUV 198.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 160 231 134 0.31 0 0.42 0.09 103.92 0.67 0.72
Hex A0 E7 86 1F 0 2A 9 68 43 48
Octal 240 347 206 37 0 52 11 150 103 110
Binary 10100000 11100111 10000110 11111 0 101010 1001 1101000 1000011 1001000

Color Harmonies of #A0E786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E786

Black with #A0E786

Text Example


Text Example

White with #A0E786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E786; }

 p { color: rgb(160,231,134); }

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

background-color css

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

 a { background-color: rgb(160,231,134); }

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

border-color css

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

 span { border-color: rgb(160,231,134); }

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