Html Css Color HEX #ABCDAF Gum Leaf

📋 copy color: '#ABCDAF'

red 171 ◦ green 205 ◦ blue 175

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

Shades of Gum Leaf #ABCDAF

Tints of Gum Leaf #ABCDAF

RGB

 RED value IS 171 (67.19% from 255) = 31.03%

 GREEN value IS 205 (80.47% from 255) = 37.21%

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

R = 31.03%
G = 37.21%
B = 31.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#ABCDAF (or 0xABCDAF) is known color: Gum Leaf. HEX triplet: AB, CD and AF. RGB value is (171,205,175). Sum of RGB (Red+Green+Blue) = 171+205+175=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDAF is #543250. Grayscale: #BFBFBF. Windows color (decimal): -5517905 or 11521451. OLE color: 11521451.

HSL color Cylindrical-coordinate representation of color #ABCDAF: hue angle of 127.06º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 175 -
CMYK 0.17 0 0.15 0.20
HSL 127.06º 0.25% 0.74% -
HSV(B) 127.06º 0.17% 0.8% -
XYZ 46.36 55.42 48.81 -
YUV 191.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 171 205 175 0.17 0 0.15 0.20 127.06 0.25 0.74
Hex AB CD AF 11 0 F 14 7F 19 4A
Octal 253 315 257 21 0 17 24 177 31 112
Binary 10101011 11001101 10101111 10001 0 1111 10100 1111111 11001 1001010

Color Harmonies of #ABCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDAF

Black with #ABCDAF

Text Example


Text Example

White with #ABCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDAF; }

 p { color: rgb(171,205,175); }

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

background-color css

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

 a { background-color: rgb(171,205,175); }

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

border-color css

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

 span { border-color: rgb(171,205,175); }

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