Html Css Color HEX #ACDD46 Conifer

📋 copy color: '#ACDD46'

red 172 ◦ green 221 ◦ blue 70

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

Shades of Conifer #ACDD46

Tints of Conifer #ACDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 37.15%
G = 47.73%
B = 15.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#ACDD46 (or 0xACDD46) is known color: Conifer. HEX triplet: AC, DD and 46. RGB value is (172,221,70). Sum of RGB (Red+Green+Blue) = 172+221+70=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD46 is #5322B9. Grayscale: #BDBDBD. Windows color (decimal): -5448378 or 4644268. OLE color: 4644268.

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

Color convert

RGB 172 221 70 -
CMYK 0.22 0 0.68 0.13
HSL 79.47º 0.69% 0.57% -
HSV(B) 79.47º 0.68% 0.87% -
XYZ 43.98 60.93 15.24 -
YUV 189.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 172 221 70 0.22 0 0.68 0.13 79.47 0.69 0.57
Hex AC DD 46 16 0 44 D 4F 45 39
Octal 254 335 106 26 0 104 15 117 105 71
Binary 10101100 11011101 1000110 10110 0 1000100 1101 1001111 1000101 111001

Color Harmonies of #ACDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD46

Black with #ACDD46

Text Example


Text Example

White with #ACDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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