Html Css Color HEX #A0D892 Granny Smith Apple

📋 copy color: '#A0D892'

red 160 ◦ green 216 ◦ blue 146

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

Shades of Granny Smith Apple #A0D892

Tints of Granny Smith Apple #A0D892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

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

R = 30.65%
G = 41.38%
B = 27.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#A0D892 (or 0xA0D892) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 92. RGB value is (160,216,146). Sum of RGB (Red+Green+Blue) = 160+216+146=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D892 is #5F276D. Grayscale: #BFBFBF. Windows color (decimal): -6236014 or 9623712. OLE color: 9623712.

HSL color Cylindrical-coordinate representation of color #A0D892: hue angle of 108º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D892 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 146 -
CMYK 0.26 0 0.32 0.15
HSL 108º 0.47% 0.71% -
HSV(B) 108º 0.32% 0.85% -
XYZ 44.24 58.66 36.19 -
YUV 191.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 160 216 146 0.26 0 0.32 0.15 108 0.47 0.71
Hex A0 D8 92 1A 0 20 F 6C 2F 47
Octal 240 330 222 32 0 40 17 154 57 107
Binary 10100000 11011000 10010010 11010 0 100000 1111 1101100 101111 1000111

Color Harmonies of #A0D892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D892

Black with #A0D892

Text Example


Text Example

White with #A0D892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D892; }

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

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

background-color css

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

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

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

border-color css

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

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

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