Html Css Color HEX #ACD149 Conifer

📋 copy color: '#ACD149'

red 172 ◦ green 209 ◦ blue 73

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

Shades of Conifer #ACD149

Tints of Conifer #ACD149

RGB

 RED value IS 172 (67.58% from 255) = 37.89%

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

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 37.89%
G = 46.04%
B = 16.08%

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

#ACD149 (or 0xACD149) is known color: Conifer. HEX triplet: AC, D1 and 49. RGB value is (172,209,73). Sum of RGB (Red+Green+Blue) = 172+209+73=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD149 is #532EB6. Grayscale: #B6B6B6. Windows color (decimal): -5451447 or 4837804. OLE color: 4837804.

HSL color Cylindrical-coordinate representation of color #ACD149: hue angle of 76.32º degrees, saturation: 0.6, 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 #ACD149 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 73 -
CMYK 0.18 0 0.65 0.18
HSL 76.32º 0.6% 0.55% -
HSV(B) 76.32º 0.65% 0.82% -
XYZ 41.02 54.85 14.73 -
YUV 182.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 172 209 73 0.18 0 0.65 0.18 76.32 0.6 0.55
Hex AC D1 49 12 0 41 12 4C 3C 37
Octal 254 321 111 22 0 101 22 114 74 67
Binary 10101100 11010001 1001001 10010 0 1000001 10010 1001100 111100 110111

Color Harmonies of #ACD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD149

Black with #ACD149

Text Example


Text Example

White with #ACD149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD149; }

 p { color: rgb(172,209,73); }

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

background-color css

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

 a { background-color: rgb(172,209,73); }

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

border-color css

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

 span { border-color: rgb(172,209,73); }

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