Html Css Color HEX #A5D992 Granny Smith Apple

📋 copy color: '#A5D992'

red 165 ◦ green 217 ◦ blue 146

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

Shades of Granny Smith Apple #A5D992

Tints of Granny Smith Apple #A5D992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

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

R = 31.25%
G = 41.1%
B = 27.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A5D992 (or 0xA5D992) is known color: Granny Smith Apple. HEX triplet: A5, D9 and 92. RGB value is (165,217,146). Sum of RGB (Red+Green+Blue) = 165+217+146=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D992 is #5A266D. Grayscale: #C1C1C1. Windows color (decimal): -5908078 or 9623973. OLE color: 9623973.

HSL color Cylindrical-coordinate representation of color #A5D992: hue angle of 103.94º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5D992 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 146 -
CMYK 0.24 0 0.33 0.15
HSL 103.94º 0.48% 0.71% -
HSV(B) 103.94º 0.33% 0.85% -
XYZ 45.52 59.7 36.32 -
YUV 193.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 165 217 146 0.24 0 0.33 0.15 103.94 0.48 0.71
Hex A5 D9 92 18 0 21 F 68 30 47
Octal 245 331 222 30 0 41 17 150 60 107
Binary 10100101 11011001 10010010 11000 0 100001 1111 1101000 110000 1000111

Color Harmonies of #A5D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D992

Black with #A5D992

Text Example


Text Example

White with #A5D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D992; }

 p { color: rgb(165,217,146); }

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

background-color css

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

 a { background-color: rgb(165,217,146); }

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

border-color css

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

 span { border-color: rgb(165,217,146); }

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