Html Css Color HEX #A8CCAE Gum Leaf

📋 copy color: '#A8CCAE'

red 168 ◦ green 204 ◦ blue 174

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

Shades of Gum Leaf #A8CCAE

Tints of Gum Leaf #A8CCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 30.77%
G = 37.36%
B = 31.87%

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

#A8CCAE (or 0xA8CCAE) is known color: Gum Leaf. HEX triplet: A8, CC and AE. RGB value is (168,204,174). Sum of RGB (Red+Green+Blue) = 168+204+174=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAE is #573351. Grayscale: #BDBDBD. Windows color (decimal): -5714770 or 11455656. OLE color: 11455656.

HSL color Cylindrical-coordinate representation of color #A8CCAE: hue angle of 130º 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 #A8CCAE is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 174 -
CMYK 0.18 0 0.15 0.2
HSL 130º 0.26% 0.73% -
HSV(B) 130º 0.18% 0.8% -
XYZ 45.38 54.57 48.18 -
YUV 189.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 168 204 174 0.18 0 0.15 0.2 130 0.26 0.73
Hex A8 CC AE 12 0 F 14 82 1A 49
Octal 250 314 256 22 0 17 24 202 32 111
Binary 10101000 11001100 10101110 10010 0 1111 10100 10000010 11010 1001001

Color Harmonies of #A8CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCAE

Black with #A8CCAE

Text Example


Text Example

White with #A8CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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