Html Css Color HEX #ABDC45 Conifer

📋 copy color: '#ABDC45'

red 171 ◦ green 220 ◦ blue 69

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

Shades of Conifer #ABDC45

Tints of Conifer #ABDC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15%

R = 37.17%
G = 47.83%
B = 15%

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

#ABDC45 (or 0xABDC45) is known color: Conifer. HEX triplet: AB, DC and 45. RGB value is (171,220,69). Sum of RGB (Red+Green+Blue) = 171+220+69=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC45 is #5423BA. Grayscale: #BCBCBC. Windows color (decimal): -5514171 or 4578475. OLE color: 4578475.

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

Color convert

RGB 171 220 69 -
CMYK 0.22 0 0.69 0.14
HSL 79.47º 0.68% 0.57% -
HSV(B) 79.47º 0.69% 0.86% -
XYZ 43.46 60.27 14.97 -
YUV 188.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 171 220 69 0.22 0 0.69 0.14 79.47 0.68 0.57
Hex AB DC 45 16 0 45 E 4F 44 39
Octal 253 334 105 26 0 105 16 117 104 71
Binary 10101011 11011100 1000101 10110 0 1000101 1110 1001111 1000100 111001

Color Harmonies of #ABDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC45

Black with #ABDC45

Text Example


Text Example

White with #ABDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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