Html Css Color HEX #A9D4AF Gum Leaf

📋 copy color: '#A9D4AF'

red 169 ◦ green 212 ◦ blue 175

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

Shades of Gum Leaf #A9D4AF

Tints of Gum Leaf #A9D4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 30.4%
G = 38.13%
B = 31.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#A9D4AF (or 0xA9D4AF) is known color: Gum Leaf. HEX triplet: A9, D4 and AF. RGB value is (169,212,175). Sum of RGB (Red+Green+Blue) = 169+212+175=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D4AF is #562B50. Grayscale: #C3C3C3. Windows color (decimal): -5647185 or 11523241. OLE color: 11523241.

HSL color Cylindrical-coordinate representation of color #A9D4AF: hue angle of 128.37º 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 #A9D4AF is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 212 175 -
CMYK 0.20 0 0.17 0.17
HSL 128.37º 0.33% 0.75% -
HSV(B) 128.37º 0.2% 0.83% -
XYZ 47.64 58.62 49.36 -
YUV 194.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 169 212 175 0.20 0 0.17 0.17 128.37 0.33 0.75
Hex A9 D4 AF 14 0 11 11 80 21 4B
Octal 251 324 257 24 0 21 21 200 41 113
Binary 10101001 11010100 10101111 10100 0 10001 10001 10000000 100001 1001011

Color Harmonies of #A9D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D4AF

Black with #A9D4AF

Text Example


Text Example

White with #A9D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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