Html Css Color HEX #A5DCA0 Granny Smith Apple

📋 copy color: '#A5DCA0'

red 165 ◦ green 220 ◦ blue 160

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

Shades of Granny Smith Apple #A5DCA0

Tints of Granny Smith Apple #A5DCA0

RGB

 RED value IS 165 (64.84% from 255) = 30.28%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 30.28%
G = 40.37%
B = 29.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#A5DCA0 (or 0xA5DCA0) is known color: Granny Smith Apple. HEX triplet: A5, DC and A0. RGB value is (165,220,160). Sum of RGB (Red+Green+Blue) = 165+220+160=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCA0 is #5A235F. Grayscale: #C4C4C4. Windows color (decimal): -5907296 or 10542245. OLE color: 10542245.

HSL color Cylindrical-coordinate representation of color #A5DCA0: hue angle of 115º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 160 -
CMYK 0.25 0 0.27 0.14
HSL 115º 0.46% 0.75% -
HSV(B) 115º 0.27% 0.86% -
XYZ 47.46 61.72 42.67 -
YUV 196.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 165 220 160 0.25 0 0.27 0.14 115 0.46 0.75
Hex A5 DC A0 19 0 1B E 73 2E 4B
Octal 245 334 240 31 0 33 16 163 56 113
Binary 10100101 11011100 10100000 11001 0 11011 1110 1110011 101110 1001011

Color Harmonies of #A5DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCA0

Black with #A5DCA0

Text Example


Text Example

White with #A5DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCA0; }

 p { color: rgb(165,220,160); }

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

background-color css

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

 a { background-color: rgb(165,220,160); }

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

border-color css

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

 span { border-color: rgb(165,220,160); }

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