Html Css Color HEX #ACE164 Conifer

📋 copy color: '#ACE164'

red 172 ◦ green 225 ◦ blue 100

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

Shades of Conifer #ACE164

Tints of Conifer #ACE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 34.61%
G = 45.27%
B = 20.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#ACE164 (or 0xACE164) is known color: Conifer. HEX triplet: AC, E1 and 64. RGB value is (172,225,100). Sum of RGB (Red+Green+Blue) = 172+225+100=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE164 is #531E9B. Grayscale: #C3C3C3. Windows color (decimal): -5447324 or 6611372. OLE color: 6611372.

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

Color convert

RGB 172 225 100 -
CMYK 0.24 0 0.56 0.12
HSL 85.44º 0.68% 0.64% -
HSV(B) 85.44º 0.56% 0.88% -
XYZ 46.24 63.54 21.88 -
YUV 194.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 172 225 100 0.24 0 0.56 0.12 85.44 0.68 0.64
Hex AC E1 64 18 0 38 C 55 44 40
Octal 254 341 144 30 0 70 14 125 104 100
Binary 10101100 11100001 1100100 11000 0 111000 1100 1010101 1000100 1000000

Color Harmonies of #ACE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE164

Black with #ACE164

Text Example


Text Example

White with #ACE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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