#ACEF45

Color #ACEF45 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ACEF45

Tints of Conifer #ACEF45

Color information

#ACEF45 (or 0xACEF45) is unknown color: approx Conifer. HEX triplet: AC, EF and 45. RGB value is (172,239,69). Sum of RGB (Red+Green+Blue) = 172+239+69=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEF45 is #5310BA. Grayscale: #C8C8C8. Windows color (decimal): -5443771 or 4583340. OLE color: 4583340.

HSL color Cylindrical-coordinate representation of color #ACEF45: hue angle of 83.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACEF45 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB17223969-
CMYK0.2800.710.06
HSL83.65º84.16%60.39%-
HSV(B)83.65º71.13%93.73%-
XYZ48.9570.9316.74-
YUV199.5954.3108.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 239 (93.75% from 255) = 49.79%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=35.83%
G=49.79%
B=14.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172239690.2800.710.0683.6584.1660.39
HexACEF451C047654543c
Octal254357105340107612412474
Binary10101100111011111000101111000100011111010101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEF45; }

 p { color: rgb(172,239,69); }

 H1.HeaderClassName
 {
   color: #ACEF45;
 }
 .AnyTagClassName
 {
   color: #ACEF45;
 }
</style>
background-color css

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

 a { background-color: rgb(172,239,69); }

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

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

 span { border-color: rgb(172,239,69); }

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