Html Css Color HEX #A5DF96 Granny Smith Apple

📋 copy color: '#A5DF96'

red 165 ◦ green 223 ◦ blue 150

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

Shades of Granny Smith Apple #A5DF96

Tints of Granny Smith Apple #A5DF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.45%

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

R = 30.67%
G = 41.45%
B = 27.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#A5DF96 (or 0xA5DF96) is known color: Granny Smith Apple. HEX triplet: A5, DF and 96. RGB value is (165,223,150). Sum of RGB (Red+Green+Blue) = 165+223+150=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF96 is #5A2069. Grayscale: #C5C5C5. Windows color (decimal): -5906538 or 9887653. OLE color: 9887653.

HSL color Cylindrical-coordinate representation of color #A5DF96: hue angle of 107.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DF96 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 150 -
CMYK 0.26 0 0.33 0.13
HSL 107.67º 0.53% 0.73% -
HSV(B) 107.67º 0.33% 0.87% -
XYZ 47.41 62.98 38.51 -
YUV 197.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 165 223 150 0.26 0 0.33 0.13 107.67 0.53 0.73
Hex A5 DF 96 1A 0 21 D 6C 35 49
Octal 245 337 226 32 0 41 15 154 65 111
Binary 10100101 11011111 10010110 11010 0 100001 1101 1101100 110101 1001001

Color Harmonies of #A5DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF96

Black with #A5DF96

Text Example


Text Example

White with #A5DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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