Html Css Color HEX #ACD346 Conifer

📋 copy color: '#ACD346'

red 172 ◦ green 211 ◦ blue 70

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

Shades of Conifer #ACD346

Tints of Conifer #ACD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.58%

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

R = 37.97%
G = 46.58%
B = 15.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#ACD346 (or 0xACD346) is known color: Conifer. HEX triplet: AC, D3 and 46. RGB value is (172,211,70). Sum of RGB (Red+Green+Blue) = 172+211+70=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD346 is #532CB9. Grayscale: #B7B7B7. Windows color (decimal): -5450938 or 4641708. OLE color: 4641708.

HSL color Cylindrical-coordinate representation of color #ACD346: hue angle of 76.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD346 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 70 -
CMYK 0.18 0 0.67 0.17
HSL 76.6º 0.62% 0.55% -
HSV(B) 76.6º 0.67% 0.83% -
XYZ 41.41 55.8 14.38 -
YUV 183.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 172 211 70 0.18 0 0.67 0.17 76.6 0.62 0.55
Hex AC D3 46 12 0 43 11 4D 3E 37
Octal 254 323 106 22 0 103 21 115 76 67
Binary 10101100 11010011 1000110 10010 0 1000011 10001 1001101 111110 110111

Color Harmonies of #ACD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD346

Black with #ACD346

Text Example


Text Example

White with #ACD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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