Html Css Color HEX #A0E695 Granny Smith Apple

📋 copy color: '#A0E695'

red 160 ◦ green 230 ◦ blue 149

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

Shades of Granny Smith Apple #A0E695

Tints of Granny Smith Apple #A0E695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 29.68%
G = 42.67%
B = 27.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#A0E695 (or 0xA0E695) is known color: Granny Smith Apple. HEX triplet: A0, E6 and 95. RGB value is (160,230,149). Sum of RGB (Red+Green+Blue) = 160+230+149=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E695 is #5F196A. Grayscale: #C8C8C8. Windows color (decimal): -6232427 or 9823904. OLE color: 9823904.

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

Color convert

RGB 160 230 149 -
CMYK 0.30 0 0.35 0.10
HSL 111.85º 0.62% 0.74% -
HSV(B) 111.85º 0.35% 0.9% -
XYZ 48.22 66.24 38.68 -
YUV 199.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 160 230 149 0.30 0 0.35 0.10 111.85 0.62 0.74
Hex A0 E6 95 1E 0 23 A 70 3E 4A
Octal 240 346 225 36 0 43 12 160 76 112
Binary 10100000 11100110 10010101 11110 0 100011 1010 1110000 111110 1001010

Color Harmonies of #A0E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E695

Black with #A0E695

Text Example


Text Example

White with #A0E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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