Html Css Color HEX #A5DC9B Granny Smith Apple

📋 copy color: '#A5DC9B'

red 165 ◦ green 220 ◦ blue 155

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

Shades of Granny Smith Apple #A5DC9B

Tints of Granny Smith Apple #A5DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 30.56%
G = 40.74%
B = 28.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#A5DC9B (or 0xA5DC9B) is known color: Granny Smith Apple. HEX triplet: A5, DC and 9B. RGB value is (165,220,155). Sum of RGB (Red+Green+Blue) = 165+220+155=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC9B is #5A2364. Grayscale: #C4C4C4. Windows color (decimal): -5907301 or 10214565. OLE color: 10214565.

HSL color Cylindrical-coordinate representation of color #A5DC9B: hue angle of 110.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DC9B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 155 -
CMYK 0.25 0 0.30 0.14
HSL 110.77º 0.48% 0.74% -
HSV(B) 110.77º 0.3% 0.86% -
XYZ 47.03 61.55 40.41 -
YUV 196.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 165 220 155 0.25 0 0.30 0.14 110.77 0.48 0.74
Hex A5 DC 9B 19 0 1E E 6F 30 4A
Octal 245 334 233 31 0 36 16 157 60 112
Binary 10100101 11011100 10011011 11001 0 11110 1110 1101111 110000 1001010

Color Harmonies of #A5DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC9B

Black with #A5DC9B

Text Example


Text Example

White with #A5DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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