Html Css Color HEX #ACDD4A Conifer

📋 copy color: '#ACDD4A'

red 172 ◦ green 221 ◦ blue 74

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

Shades of Conifer #ACDD4A

Tints of Conifer #ACDD4A

RGB

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

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

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

R = 36.83%
G = 47.32%
B = 15.85%

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

#ACDD4A (or 0xACDD4A) is known color: Conifer. HEX triplet: AC, DD and 4A. RGB value is (172,221,74). Sum of RGB (Red+Green+Blue) = 172+221+74=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD4A is #5322B5. Grayscale: #BEBEBE. Windows color (decimal): -5448374 or 4906412. OLE color: 4906412.

HSL color Cylindrical-coordinate representation of color #ACDD4A: hue angle of 80º degrees, saturation: 0.68, 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 #ACDD4A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 74 -
CMYK 0.22 0 0.67 0.13
HSL 80º 0.68% 0.58% -
HSV(B) 80º 0.67% 0.87% -
XYZ 44.11 60.98 15.92 -
YUV 189.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 172 221 74 0.22 0 0.67 0.13 80 0.68 0.58
Hex AC DD 4A 16 0 43 D 50 44 3A
Octal 254 335 112 26 0 103 15 120 104 72
Binary 10101100 11011101 1001010 10110 0 1000011 1101 1010000 1000100 111010

Color Harmonies of #ACDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD4A

Black with #ACDD4A

Text Example


Text Example

White with #ACDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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