Html Css Color HEX #A8D2AF Gum Leaf

📋 copy color: '#A8D2AF'

red 168 ◦ green 210 ◦ blue 175

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

Shades of Gum Leaf #A8D2AF

Tints of Gum Leaf #A8D2AF

RGB

 RED value IS 168 (66.02% from 255) = 30.38%

 GREEN value IS 210 (82.42% from 255) = 37.97%

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

R = 30.38%
G = 37.97%
B = 31.65%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A8D2AF (or 0xA8D2AF) is known color: Gum Leaf. HEX triplet: A8, D2 and AF. RGB value is (168,210,175). Sum of RGB (Red+Green+Blue) = 168+210+175=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D2AF is #572D50. Grayscale: #C1C1C1. Windows color (decimal): -5713233 or 11522728. OLE color: 11522728.

HSL color Cylindrical-coordinate representation of color #A8D2AF: hue angle of 130º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2AF is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 175 -
CMYK 0.2 0 0.17 0.18
HSL 130º 0.32% 0.74% -
HSV(B) 130º 0.2% 0.82% -
XYZ 46.93 57.51 49.18 -
YUV 193.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 168 210 175 0.2 0 0.17 0.18 130 0.32 0.74
Hex A8 D2 AF 14 0 11 12 82 20 4A
Octal 250 322 257 24 0 21 22 202 40 112
Binary 10101000 11010010 10101111 10100 0 10001 10010 10000010 100000 1001010

Color Harmonies of #A8D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D2AF

Black with #A8D2AF

Text Example


Text Example

White with #A8D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D2AF; }

 p { color: rgb(168,210,175); }

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

background-color css

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

 a { background-color: rgb(168,210,175); }

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

border-color css

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

 span { border-color: rgb(168,210,175); }

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