Html Css Color HEX #A9D4B4 Gum Leaf

📋 copy color: '#A9D4B4'

red 169 ◦ green 212 ◦ blue 180

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

Shades of Gum Leaf #A9D4B4

Tints of Gum Leaf #A9D4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.09%

R = 30.12%
G = 37.79%
B = 32.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#A9D4B4 (or 0xA9D4B4) is known color: Gum Leaf. HEX triplet: A9, D4 and B4. RGB value is (169,212,180). Sum of RGB (Red+Green+Blue) = 169+212+180=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4B4 is #562B4B. Grayscale: #C3C3C3. Windows color (decimal): -5647180 or 11850921. OLE color: 11850921.

HSL color Cylindrical-coordinate representation of color #A9D4B4: hue angle of 135.35º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D4B4 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 212 180 -
CMYK 0.20 0 0.15 0.17
HSL 135.35º 0.33% 0.75% -
HSV(B) 135.35º 0.2% 0.83% -
XYZ 48.14 58.82 52 -
YUV 195.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 169 212 180 0.20 0 0.15 0.17 135.35 0.33 0.75
Hex A9 D4 B4 14 0 F 11 87 21 4B
Octal 251 324 264 24 0 17 21 207 41 113
Binary 10101001 11010100 10110100 10100 0 1111 10001 10000111 100001 1001011

Color Harmonies of #A9D4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D4B4

Black with #A9D4B4

Text Example


Text Example

White with #A9D4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D4B4; }

 p { color: rgb(169,212,180); }

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

background-color css

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

 a { background-color: rgb(169,212,180); }

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

border-color css

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

 span { border-color: rgb(169,212,180); }

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