Html Css Color HEX #A5D0AF Gum Leaf

📋 copy color: '#A5D0AF'

red 165 ◦ green 208 ◦ blue 175

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

Shades of Gum Leaf #A5D0AF

Tints of Gum Leaf #A5D0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.96%

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

R = 30.11%
G = 37.96%
B = 31.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#A5D0AF (or 0xA5D0AF) is known color: Gum Leaf. HEX triplet: A5, D0 and AF. RGB value is (165,208,175). Sum of RGB (Red+Green+Blue) = 165+208+175=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D0AF is #5A2F50. Grayscale: #BFBFBF. Windows color (decimal): -5910353 or 11522213. OLE color: 11522213.

HSL color Cylindrical-coordinate representation of color #A5D0AF: hue angle of 133.95º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0AF is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 175 -
CMYK 0.21 0 0.16 0.18
HSL 133.95º 0.31% 0.73% -
HSV(B) 133.95º 0.21% 0.82% -
XYZ 45.81 56.21 48.99 -
YUV 191.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 165 208 175 0.21 0 0.16 0.18 133.95 0.31 0.73
Hex A5 D0 AF 15 0 10 12 86 1F 49
Octal 245 320 257 25 0 20 22 206 37 111
Binary 10100101 11010000 10101111 10101 0 10000 10010 10000110 11111 1001001

Color Harmonies of #A5D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0AF

Black with #A5D0AF

Text Example


Text Example

White with #A5D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0AF; }

 p { color: rgb(165,208,175); }

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

background-color css

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

 a { background-color: rgb(165,208,175); }

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

border-color css

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

 span { border-color: rgb(165,208,175); }

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