Html Css Color HEX #ACE141 Conifer

📋 copy color: '#ACE141'

red 172 ◦ green 225 ◦ blue 65

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

Shades of Conifer #ACE141

Tints of Conifer #ACE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.07%

R = 37.23%
G = 48.7%
B = 14.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#ACE141 (or 0xACE141) is known color: Conifer. HEX triplet: AC, E1 and 41. RGB value is (172,225,65). Sum of RGB (Red+Green+Blue) = 172+225+65=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE141 is #531EBE. Grayscale: #BFBFBF. Windows color (decimal): -5447359 or 4317612. OLE color: 4317612.

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

Color convert

RGB 172 225 65 -
CMYK 0.24 0 0.71 0.12
HSL 79.88º 0.73% 0.57% -
HSV(B) 79.88º 0.71% 0.88% -
XYZ 44.89 63 14.8 -
YUV 190.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 172 225 65 0.24 0 0.71 0.12 79.88 0.73 0.57
Hex AC E1 41 18 0 47 C 50 49 39
Octal 254 341 101 30 0 107 14 120 111 71
Binary 10101100 11100001 1000001 11000 0 1000111 1100 1010000 1001001 111001

Color Harmonies of #ACE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE141

Black with #ACE141

Text Example


Text Example

White with #ACE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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