Html Css Color HEX #A5C8AE Gum Leaf

📋 copy color: '#A5C8AE'

red 165 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #A5C8AE

Tints of Gum Leaf #A5C8AE

RGB

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

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

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

R = 30.61%
G = 37.11%
B = 32.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A5C8AE (or 0xA5C8AE) is known color: Gum Leaf. HEX triplet: A5, C8 and AE. RGB value is (165,200,174). Sum of RGB (Red+Green+Blue) = 165+200+174=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8AE is #5A3751. Grayscale: #BABABA. Windows color (decimal): -5912402 or 11454629. OLE color: 11454629.

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

Color convert

RGB 165 200 174 -
CMYK 0.18 0 0.13 0.22
HSL 135.43º 0.24% 0.72% -
HSV(B) 135.43º 0.18% 0.78% -
XYZ 43.81 52.36 47.84 -
YUV 186.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 165 200 174 0.18 0 0.13 0.22 135.43 0.24 0.72
Hex A5 C8 AE 12 0 D 16 87 18 48
Octal 245 310 256 22 0 15 26 207 30 110
Binary 10100101 11001000 10101110 10010 0 1101 10110 10000111 11000 1001000

Color Harmonies of #A5C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C8AE

Black with #A5C8AE

Text Example


Text Example

White with #A5C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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