Html Css Color HEX #ACDD49 Conifer

📋 copy color: '#ACDD49'

red 172 ◦ green 221 ◦ blue 73

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

Shades of Conifer #ACDD49

Tints of Conifer #ACDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 36.91%
G = 47.42%
B = 15.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#ACDD49 (or 0xACDD49) is known color: Conifer. HEX triplet: AC, DD and 49. RGB value is (172,221,73). Sum of RGB (Red+Green+Blue) = 172+221+73=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD49 is #5322B6. Grayscale: #BEBEBE. Windows color (decimal): -5448375 or 4840876. OLE color: 4840876.

HSL color Cylindrical-coordinate representation of color #ACDD49: hue angle of 79.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACDD49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 73 -
CMYK 0.22 0 0.67 0.13
HSL 79.86º 0.69% 0.58% -
HSV(B) 79.86º 0.67% 0.87% -
XYZ 44.07 60.96 15.75 -
YUV 189.48 62.27 115.53 -
System Red Green Blue C M Y K H S L
Decimal 172 221 73 0.22 0 0.67 0.13 79.86 0.69 0.58
Hex AC DD 49 16 0 43 D 50 45 3A
Octal 254 335 111 26 0 103 15 120 105 72
Binary 10101100 11011101 1001001 10110 0 1000011 1101 1010000 1000101 111010

Color Harmonies of #ACDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD49

Black with #ACDD49

Text Example


Text Example

White with #ACDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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