Html Css Color HEX #A8CCAD Gum Leaf

📋 copy color: '#A8CCAD'

red 168 ◦ green 204 ◦ blue 173

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

Shades of Gum Leaf #A8CCAD

Tints of Gum Leaf #A8CCAD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.43%

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 30.83%
G = 37.43%
B = 31.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#A8CCAD (or 0xA8CCAD) is known color: Gum Leaf. HEX triplet: A8, CC and AD. RGB value is (168,204,173). Sum of RGB (Red+Green+Blue) = 168+204+173=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAD is #573352. Grayscale: #BDBDBD. Windows color (decimal): -5714771 or 11390120. OLE color: 11390120.

HSL color Cylindrical-coordinate representation of color #A8CCAD: hue angle of 128.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCAD is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 173 -
CMYK 0.18 0 0.15 0.2
HSL 128.33º 0.26% 0.73% -
HSV(B) 128.33º 0.18% 0.8% -
XYZ 45.28 54.53 47.67 -
YUV 189.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 168 204 173 0.18 0 0.15 0.2 128.33 0.26 0.73
Hex A8 CC AD 12 0 F 14 80 1A 49
Octal 250 314 255 22 0 17 24 200 32 111
Binary 10101000 11001100 10101101 10010 0 1111 10100 10000000 11010 1001001

Color Harmonies of #A8CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCAD

Black with #A8CCAD

Text Example


Text Example

White with #A8CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCAD; }

 p { color: rgb(168,204,173); }

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

background-color css

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

 a { background-color: rgb(168,204,173); }

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

border-color css

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

 span { border-color: rgb(168,204,173); }

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