Html Css Color HEX #ACE640 Conifer

📋 copy color: '#ACE640'

red 172 ◦ green 230 ◦ blue 64

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

Shades of Conifer #ACE640

Tints of Conifer #ACE640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.36%

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 36.91%
G = 49.36%
B = 13.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#ACE640 (or 0xACE640) is known color: Conifer. HEX triplet: AC, E6 and 40. RGB value is (172,230,64). Sum of RGB (Red+Green+Blue) = 172+230+64=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE640 is #5319BF. Grayscale: #C2C2C2. Windows color (decimal): -5446080 or 4253356. OLE color: 4253356.

HSL color Cylindrical-coordinate representation of color #ACE640: hue angle of 80.96º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE640 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 64 -
CMYK 0.25 0 0.72 0.10
HSL 80.96º 0.77% 0.58% -
HSV(B) 80.96º 0.72% 0.9% -
XYZ 46.24 65.73 15.1 -
YUV 193.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 172 230 64 0.25 0 0.72 0.10 80.96 0.77 0.58
Hex AC E6 40 19 0 48 A 51 4D 3A
Octal 254 346 100 31 0 110 12 121 115 72
Binary 10101100 11100110 1000000 11001 0 1001000 1010 1010001 1001101 111010

Color Harmonies of #ACE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE640

Black with #ACE640

Text Example


Text Example

White with #ACE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE640; }

 p { color: rgb(172,230,64); }

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

background-color css

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

 a { background-color: rgb(172,230,64); }

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

border-color css

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

 span { border-color: rgb(172,230,64); }

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