Html Css Color HEX #ABD14A Conifer

📋 copy color: '#ABD14A'

red 171 ◦ green 209 ◦ blue 74

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

Shades of Conifer #ABD14A

Tints of Conifer #ABD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 37.67%
G = 46.04%
B = 16.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#ABD14A (or 0xABD14A) is known color: Conifer. HEX triplet: AB, D1 and 4A. RGB value is (171,209,74). Sum of RGB (Red+Green+Blue) = 171+209+74=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD14A is #542EB5. Grayscale: #B6B6B6. Windows color (decimal): -5516982 or 4903339. OLE color: 4903339.

HSL color Cylindrical-coordinate representation of color #ABD14A: hue angle of 76.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABD14A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 209 74 -
CMYK 0.18 0 0.65 0.18
HSL 76.89º 0.59% 0.55% -
HSV(B) 76.89º 0.65% 0.82% -
XYZ 40.83 54.75 14.89 -
YUV 182.25 66.91 119.98 -
System Red Green Blue C M Y K H S L
Decimal 171 209 74 0.18 0 0.65 0.18 76.89 0.59 0.55
Hex AB D1 4A 12 0 41 12 4D 3B 37
Octal 253 321 112 22 0 101 22 115 73 67
Binary 10101011 11010001 1001010 10010 0 1000001 10010 1001101 111011 110111

Color Harmonies of #ABD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD14A

Black with #ABD14A

Text Example


Text Example

White with #ABD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD14A; }

 p { color: rgb(171,209,74); }

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

background-color css

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

 a { background-color: rgb(171,209,74); }

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

border-color css

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

 span { border-color: rgb(171,209,74); }

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