Html Css Color HEX #ABD348 Conifer

📋 copy color: '#ABD348'

red 171 ◦ green 211 ◦ blue 72

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

Shades of Conifer #ABD348

Tints of Conifer #ABD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 72 (28.52% from 255) = 15.86%

R = 37.67%
G = 46.48%
B = 15.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#ABD348 (or 0xABD348) is known color: Conifer. HEX triplet: AB, D3 and 48. RGB value is (171,211,72). Sum of RGB (Red+Green+Blue) = 171+211+72=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD348 is #542CB7. Grayscale: #B7B7B7. Windows color (decimal): -5516472 or 4772779. OLE color: 4772779.

HSL color Cylindrical-coordinate representation of color #ABD348: hue angle of 77.27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABD348 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 211 72 -
CMYK 0.19 0 0.66 0.17
HSL 77.27º 0.61% 0.55% -
HSV(B) 77.27º 0.66% 0.83% -
XYZ 41.26 55.71 14.71 -
YUV 183.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 171 211 72 0.19 0 0.66 0.17 77.27 0.61 0.55
Hex AB D3 48 13 0 42 11 4D 3D 37
Octal 253 323 110 23 0 102 21 115 75 67
Binary 10101011 11010011 1001000 10011 0 1000010 10001 1001101 111101 110111

Color Harmonies of #ABD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD348

Black with #ABD348

Text Example


Text Example

White with #ABD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD348; }

 p { color: rgb(171,211,72); }

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

background-color css

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

 a { background-color: rgb(171,211,72); }

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

border-color css

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

 span { border-color: rgb(171,211,72); }

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