Html Css Color HEX #A0D691 Granny Smith Apple

📋 copy color: '#A0D691'

red 160 ◦ green 214 ◦ blue 145

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

Shades of Granny Smith Apple #A0D691

Tints of Granny Smith Apple #A0D691

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 30.83%
G = 41.23%
B = 27.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#A0D691 (or 0xA0D691) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 91. RGB value is (160,214,145). Sum of RGB (Red+Green+Blue) = 160+214+145=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D691 is #5F296E. Grayscale: #BEBEBE. Windows color (decimal): -6236527 or 9557664. OLE color: 9557664.

HSL color Cylindrical-coordinate representation of color #A0D691: hue angle of 106.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D691 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 145 -
CMYK 0.25 0 0.32 0.16
HSL 106.96º 0.46% 0.7% -
HSV(B) 106.96º 0.32% 0.84% -
XYZ 43.65 57.61 35.61 -
YUV 189.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 160 214 145 0.25 0 0.32 0.16 106.96 0.46 0.7
Hex A0 D6 91 19 0 20 10 6B 2E 46
Octal 240 326 221 31 0 40 20 153 56 106
Binary 10100000 11010110 10010001 11001 0 100000 10000 1101011 101110 1000110

Color Harmonies of #A0D691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D691

Black with #A0D691

Text Example


Text Example

White with #A0D691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D691; }

 p { color: rgb(160,214,145); }

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

background-color css

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

 a { background-color: rgb(160,214,145); }

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

border-color css

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

 span { border-color: rgb(160,214,145); }

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