Html Css Color HEX #ABDC5F Conifer

📋 copy color: '#ABDC5F'

red 171 ◦ green 220 ◦ blue 95

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

Shades of Conifer #ABDC5F

Tints of Conifer #ABDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 95 (37.5% from 255) = 19.55%

R = 35.19%
G = 45.27%
B = 19.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#ABDC5F (or 0xABDC5F) is known color: Conifer. HEX triplet: AB, DC and 5F. RGB value is (171,220,95). Sum of RGB (Red+Green+Blue) = 171+220+95=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5F is #5423A0. Grayscale: #BFBFBF. Windows color (decimal): -5514145 or 6282411. OLE color: 6282411.

HSL color Cylindrical-coordinate representation of color #ABDC5F: hue angle of 83.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDC5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 95 -
CMYK 0.22 0 0.57 0.14
HSL 83.52º 0.64% 0.62% -
HSV(B) 83.52º 0.57% 0.86% -
XYZ 44.45 60.67 20.19 -
YUV 191.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 171 220 95 0.22 0 0.57 0.14 83.52 0.64 0.62
Hex AB DC 5F 16 0 39 E 54 40 3E
Octal 253 334 137 26 0 71 16 124 100 76
Binary 10101011 11011100 1011111 10110 0 111001 1110 1010100 1000000 111110

Color Harmonies of #ABDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC5F

Black with #ABDC5F

Text Example


Text Example

White with #ABDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC5F; }

 p { color: rgb(171,220,95); }

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

background-color css

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

 a { background-color: rgb(171,220,95); }

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

border-color css

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

 span { border-color: rgb(171,220,95); }

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