Html Css Color HEX #A0D592 Granny Smith Apple

📋 copy color: '#A0D592'

red 160 ◦ green 213 ◦ blue 146

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

Shades of Granny Smith Apple #A0D592

Tints of Granny Smith Apple #A0D592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 30.83%
G = 41.04%
B = 28.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#A0D592 (or 0xA0D592) is known color: Granny Smith Apple. HEX triplet: A0, D5 and 92. RGB value is (160,213,146). Sum of RGB (Red+Green+Blue) = 160+213+146=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D592 is #5F2A6D. Grayscale: #BDBDBD. Windows color (decimal): -6236782 or 9622944. OLE color: 9622944.

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

Color convert

RGB 160 213 146 -
CMYK 0.25 0 0.31 0.16
HSL 107.46º 0.44% 0.7% -
HSV(B) 107.46º 0.31% 0.84% -
XYZ 43.48 57.14 35.93 -
YUV 189.52 103.44 106.95 -
System Red Green Blue C M Y K H S L
Decimal 160 213 146 0.25 0 0.31 0.16 107.46 0.44 0.7
Hex A0 D5 92 19 0 1F 10 6B 2C 46
Octal 240 325 222 31 0 37 20 153 54 106
Binary 10100000 11010101 10010010 11001 0 11111 10000 1101011 101100 1000110

Color Harmonies of #A0D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D592

Black with #A0D592

Text Example


Text Example

White with #A0D592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D592; }

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

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

background-color css

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

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

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

border-color css

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

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

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