Html Css Color HEX #A9D8B3 Gum Leaf

📋 copy color: '#A9D8B3'

red 169 ◦ green 216 ◦ blue 179

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

Shades of Gum Leaf #A9D8B3

Tints of Gum Leaf #A9D8B3

RGB

 RED value IS 169 (66.41% from 255) = 29.96%

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

 BLUE value IS 179 (70.31% from 255) = 31.74%

R = 29.96%
G = 38.3%
B = 31.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#A9D8B3 (or 0xA9D8B3) is known color: Gum Leaf. HEX triplet: A9, D8 and B3. RGB value is (169,216,179). Sum of RGB (Red+Green+Blue) = 169+216+179=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8B3 is #56274C. Grayscale: #C5C5C5. Windows color (decimal): -5646157 or 11786409. OLE color: 11786409.

HSL color Cylindrical-coordinate representation of color #A9D8B3: hue angle of 132.77º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8B3 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 216 179 -
CMYK 0.22 0 0.17 0.15
HSL 132.77º 0.38% 0.75% -
HSV(B) 132.77º 0.22% 0.85% -
XYZ 49.05 60.8 51.8 -
YUV 197.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 169 216 179 0.22 0 0.17 0.15 132.77 0.38 0.75
Hex A9 D8 B3 16 0 11 F 85 26 4B
Octal 251 330 263 26 0 21 17 205 46 113
Binary 10101001 11011000 10110011 10110 0 10001 1111 10000101 100110 1001011

Color Harmonies of #A9D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D8B3

Black with #A9D8B3

Text Example


Text Example

White with #A9D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D8B3; }

 p { color: rgb(169,216,179); }

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

background-color css

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

 a { background-color: rgb(169,216,179); }

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

border-color css

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

 span { border-color: rgb(169,216,179); }

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