Html Css Color HEX #ACE146 Conifer

📋 copy color: '#ACE146'

red 172 ◦ green 225 ◦ blue 70

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

Shades of Conifer #ACE146

Tints of Conifer #ACE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.18%

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

R = 36.83%
G = 48.18%
B = 14.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#ACE146 (or 0xACE146) is known color: Conifer. HEX triplet: AC, E1 and 46. RGB value is (172,225,70). Sum of RGB (Red+Green+Blue) = 172+225+70=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE146 is #531EB9. Grayscale: #C0C0C0. Windows color (decimal): -5447354 or 4645292. OLE color: 4645292.

HSL color Cylindrical-coordinate representation of color #ACE146: hue angle of 80.52º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACE146 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 70 -
CMYK 0.24 0 0.69 0.12
HSL 80.52º 0.72% 0.58% -
HSV(B) 80.52º 0.69% 0.88% -
XYZ 45.04 63.06 15.59 -
YUV 191.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 172 225 70 0.24 0 0.69 0.12 80.52 0.72 0.58
Hex AC E1 46 18 0 45 C 51 48 3A
Octal 254 341 106 30 0 105 14 121 110 72
Binary 10101100 11100001 1000110 11000 0 1000101 1100 1010001 1001000 111010

Color Harmonies of #ACE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE146

Black with #ACE146

Text Example


Text Example

White with #ACE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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