Html Css Color HEX #A0D692 Granny Smith Apple

📋 copy color: '#A0D692'

red 160 ◦ green 214 ◦ blue 146

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

Shades of Granny Smith Apple #A0D692

Tints of Granny Smith Apple #A0D692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 30.77%
G = 41.15%
B = 28.08%

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

#A0D692 (or 0xA0D692) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 92. RGB value is (160,214,146). Sum of RGB (Red+Green+Blue) = 160+214+146=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D692 is #5F296D. Grayscale: #BEBEBE. Windows color (decimal): -6236526 or 9623200. OLE color: 9623200.

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

Color convert

RGB 160 214 146 -
CMYK 0.25 0 0.32 0.16
HSL 107.65º 0.45% 0.71% -
HSV(B) 107.65º 0.32% 0.84% -
XYZ 43.73 57.64 36.02 -
YUV 190.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 160 214 146 0.25 0 0.32 0.16 107.65 0.45 0.71
Hex A0 D6 92 19 0 20 10 6C 2D 47
Octal 240 326 222 31 0 40 20 154 55 107
Binary 10100000 11010110 10010010 11001 0 100000 10000 1101100 101101 1000111

Color Harmonies of #A0D692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D692

Black with #A0D692

Text Example


Text Example

White with #A0D692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D692; }

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

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

background-color css

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

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

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

border-color css

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

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

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