Html Css Color HEX #A5D498 Granny Smith Apple

📋 copy color: '#A5D498'

red 165 ◦ green 212 ◦ blue 152

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

Shades of Granny Smith Apple #A5D498

Tints of Granny Smith Apple #A5D498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 31.19%
G = 40.08%
B = 28.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#A5D498 (or 0xA5D498) is known color: Granny Smith Apple. HEX triplet: A5, D4 and 98. RGB value is (165,212,152). Sum of RGB (Red+Green+Blue) = 165+212+152=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D498 is #5A2B67. Grayscale: #BFBFBF. Windows color (decimal): -5909352 or 10015909. OLE color: 10015909.

HSL color Cylindrical-coordinate representation of color #A5D498: hue angle of 107º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5D498 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 152 -
CMYK 0.22 0 0.28 0.17
HSL 107º 0.41% 0.71% -
HSV(B) 107º 0.28% 0.83% -
XYZ 44.73 57.35 38.42 -
YUV 191.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 165 212 152 0.22 0 0.28 0.17 107 0.41 0.71
Hex A5 D4 98 16 0 1C 11 6B 29 47
Octal 245 324 230 26 0 34 21 153 51 107
Binary 10100101 11010100 10011000 10110 0 11100 10001 1101011 101001 1000111

Color Harmonies of #A5D498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D498

Black with #A5D498

Text Example


Text Example

White with #A5D498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D498; }

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

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

background-color css

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

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

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

border-color css

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

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

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