Html Css Color HEX #ACE046 Conifer

📋 copy color: '#ACE046'

red 172 ◦ green 224 ◦ blue 70

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

Shades of Conifer #ACE046

Tints of Conifer #ACE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

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

R = 36.91%
G = 48.07%
B = 15.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#ACE046 (or 0xACE046) is known color: Conifer. HEX triplet: AC, E0 and 46. RGB value is (172,224,70). Sum of RGB (Red+Green+Blue) = 172+224+70=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE046 is #531FB9. Grayscale: #BFBFBF. Windows color (decimal): -5447610 or 4645036. OLE color: 4645036.

HSL color Cylindrical-coordinate representation of color #ACE046: hue angle of 80.26º degrees, saturation: 0.71, 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 #ACE046 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 70 -
CMYK 0.23 0 0.69 0.12
HSL 80.26º 0.71% 0.58% -
HSV(B) 80.26º 0.69% 0.88% -
XYZ 44.77 62.52 15.5 -
YUV 190.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 172 224 70 0.23 0 0.69 0.12 80.26 0.71 0.58
Hex AC E0 46 17 0 45 C 50 47 3A
Octal 254 340 106 27 0 105 14 120 107 72
Binary 10101100 11100000 1000110 10111 0 1000101 1100 1010000 1000111 111010

Color Harmonies of #ACE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE046

Black with #ACE046

Text Example


Text Example

White with #ACE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE046; }

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

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

background-color css

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

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

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

border-color css

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

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

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