Html Css Color HEX #ABDC44 Conifer

📋 copy color: '#ABDC44'

red 171 ◦ green 220 ◦ blue 68

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

Shades of Conifer #ABDC44

Tints of Conifer #ABDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 37.25%
G = 47.93%
B = 14.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#ABDC44 (or 0xABDC44) is known color: Conifer. HEX triplet: AB, DC and 44. RGB value is (171,220,68). Sum of RGB (Red+Green+Blue) = 171+220+68=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC44 is #5423BB. Grayscale: #BCBCBC. Windows color (decimal): -5514172 or 4512939. OLE color: 4512939.

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

Color convert

RGB 171 220 68 -
CMYK 0.22 0 0.69 0.14
HSL 79.34º 0.68% 0.56% -
HSV(B) 79.34º 0.69% 0.86% -
XYZ 43.43 60.26 14.81 -
YUV 188.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 171 220 68 0.22 0 0.69 0.14 79.34 0.68 0.56
Hex AB DC 44 16 0 45 E 4F 44 38
Octal 253 334 104 26 0 105 16 117 104 70
Binary 10101011 11011100 1000100 10110 0 1000101 1110 1001111 1000100 111000

Color Harmonies of #ABDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC44

Black with #ABDC44

Text Example


Text Example

White with #ABDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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