Html Css Color HEX #A5D898 Granny Smith Apple

📋 copy color: '#A5D898'

red 165 ◦ green 216 ◦ blue 152

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

Shades of Granny Smith Apple #A5D898

Tints of Granny Smith Apple #A5D898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

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

R = 30.96%
G = 40.53%
B = 28.52%

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

#A5D898 (or 0xA5D898) is known color: Granny Smith Apple. HEX triplet: A5, D8 and 98. RGB value is (165,216,152). Sum of RGB (Red+Green+Blue) = 165+216+152=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D898 is #5A2767. Grayscale: #C1C1C1. Windows color (decimal): -5908328 or 10016933. OLE color: 10016933.

HSL color Cylindrical-coordinate representation of color #A5D898: hue angle of 107.81º degrees, saturation: 0.45, 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 #A5D898 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 152 -
CMYK 0.24 0 0.30 0.15
HSL 107.81º 0.45% 0.72% -
HSV(B) 107.81º 0.3% 0.85% -
XYZ 45.74 59.38 38.76 -
YUV 193.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 165 216 152 0.24 0 0.30 0.15 107.81 0.45 0.72
Hex A5 D8 98 18 0 1E F 6C 2D 48
Octal 245 330 230 30 0 36 17 154 55 110
Binary 10100101 11011000 10011000 11000 0 11110 1111 1101100 101101 1001000

Color Harmonies of #A5D898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D898

Black with #A5D898

Text Example


Text Example

White with #A5D898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D898; }

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

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

background-color css

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

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

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

border-color css

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

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

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