Html Css Color HEX #A5C8AA Gum Leaf

📋 copy color: '#A5C8AA'

red 165 ◦ green 200 ◦ blue 170

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

Shades of Gum Leaf #A5C8AA

Tints of Gum Leaf #A5C8AA

RGB

 RED value IS 165 (64.84% from 255) = 30.84%

 GREEN value IS 200 (78.52% from 255) = 37.38%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 30.84%
G = 37.38%
B = 31.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#A5C8AA (or 0xA5C8AA) is known color: Gum Leaf. HEX triplet: A5, C8 and AA. RGB value is (165,200,170). Sum of RGB (Red+Green+Blue) = 165+200+170=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8AA is #5A3755. Grayscale: #BABABA. Windows color (decimal): -5912406 or 11192485. OLE color: 11192485.

HSL color Cylindrical-coordinate representation of color #A5C8AA: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C8AA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 200 170 -
CMYK 0.18 0 0.15 0.22
HSL 128.57º 0.24% 0.72% -
HSV(B) 128.57º 0.18% 0.78% -
XYZ 43.43 52.21 45.82 -
YUV 186.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 165 200 170 0.18 0 0.15 0.22 128.57 0.24 0.72
Hex A5 C8 AA 12 0 F 16 81 18 48
Octal 245 310 252 22 0 17 26 201 30 110
Binary 10100101 11001000 10101010 10010 0 1111 10110 10000001 11000 1001000

Color Harmonies of #A5C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C8AA

Black with #A5C8AA

Text Example


Text Example

White with #A5C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C8AA; }

 p { color: rgb(165,200,170); }

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

background-color css

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

 a { background-color: rgb(165,200,170); }

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

border-color css

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

 span { border-color: rgb(165,200,170); }

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