Html Css Color HEX #A5D998 Granny Smith Apple

📋 copy color: '#A5D998'

red 165 ◦ green 217 ◦ blue 152

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

Shades of Granny Smith Apple #A5D998

Tints of Granny Smith Apple #A5D998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 30.9%
G = 40.64%
B = 28.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#A5D998 (or 0xA5D998) is known color: Granny Smith Apple. HEX triplet: A5, D9 and 98. RGB value is (165,217,152). Sum of RGB (Red+Green+Blue) = 165+217+152=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D998 is #5A2667. Grayscale: #C2C2C2. Windows color (decimal): -5908072 or 10017189. OLE color: 10017189.

HSL color Cylindrical-coordinate representation of color #A5D998: hue angle of 108º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D998 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 152 -
CMYK 0.24 0 0.30 0.15
HSL 108º 0.46% 0.72% -
HSV(B) 108º 0.3% 0.85% -
XYZ 46 59.89 38.84 -
YUV 194.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 165 217 152 0.24 0 0.30 0.15 108 0.46 0.72
Hex A5 D9 98 18 0 1E F 6C 2E 48
Octal 245 331 230 30 0 36 17 154 56 110
Binary 10100101 11011001 10011000 11000 0 11110 1111 1101100 101110 1001000

Color Harmonies of #A5D998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D998

Black with #A5D998

Text Example


Text Example

White with #A5D998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D998; }

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

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

background-color css

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

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

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

border-color css

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

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

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