Html Css Color HEX #ACD949 Conifer

📋 copy color: '#ACD949'

red 172 ◦ green 217 ◦ blue 73

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

Shades of Conifer #ACD949

Tints of Conifer #ACD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

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

R = 37.23%
G = 46.97%
B = 15.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#ACD949 (or 0xACD949) is known color: Conifer. HEX triplet: AC, D9 and 49. RGB value is (172,217,73). Sum of RGB (Red+Green+Blue) = 172+217+73=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD949 is #5326B6. Grayscale: #BBBBBB. Windows color (decimal): -5449399 or 4839852. OLE color: 4839852.

HSL color Cylindrical-coordinate representation of color #ACD949: hue angle of 78.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD949 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 73 -
CMYK 0.21 0 0.66 0.15
HSL 78.75º 0.65% 0.57% -
HSV(B) 78.75º 0.66% 0.85% -
XYZ 43.03 58.88 15.4 -
YUV 187.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 172 217 73 0.21 0 0.66 0.15 78.75 0.65 0.57
Hex AC D9 49 15 0 42 F 4F 41 39
Octal 254 331 111 25 0 102 17 117 101 71
Binary 10101100 11011001 1001001 10101 0 1000010 1111 1001111 1000001 111001

Color Harmonies of #ACD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD949

Black with #ACD949

Text Example


Text Example

White with #ACD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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