Html Css Color HEX #A5D796 Granny Smith Apple

📋 copy color: '#A5D796'

red 165 ◦ green 215 ◦ blue 150

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

Shades of Granny Smith Apple #A5D796

Tints of Granny Smith Apple #A5D796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 31.13%
G = 40.57%
B = 28.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#A5D796 (or 0xA5D796) is known color: Granny Smith Apple. HEX triplet: A5, D7 and 96. RGB value is (165,215,150). Sum of RGB (Red+Green+Blue) = 165+215+150=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D796 is #5A2869. Grayscale: #C0C0C0. Windows color (decimal): -5908586 or 9885605. OLE color: 9885605.

HSL color Cylindrical-coordinate representation of color #A5D796: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D796 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 150 -
CMYK 0.23 0 0.30 0.16
HSL 106.15º 0.45% 0.72% -
HSV(B) 106.15º 0.3% 0.84% -
XYZ 45.32 58.8 37.82 -
YUV 192.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 165 215 150 0.23 0 0.30 0.16 106.15 0.45 0.72
Hex A5 D7 96 17 0 1E 10 6A 2D 48
Octal 245 327 226 27 0 36 20 152 55 110
Binary 10100101 11010111 10010110 10111 0 11110 10000 1101010 101101 1001000

Color Harmonies of #A5D796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D796

Black with #A5D796

Text Example


Text Example

White with #A5D796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D796; }

 p { color: rgb(165,215,150); }

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

background-color css

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

 a { background-color: rgb(165,215,150); }

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

border-color css

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

 span { border-color: rgb(165,215,150); }

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