#ACFF5D

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

Shades of Conifer #ACFF5D

Tints of Conifer #ACFF5D

Color information

#ACFF5D (or 0xACFF5D) is unknown color: approx Conifer. HEX triplet: AC, FF and 5D. RGB value is (172,255,93). Sum of RGB (Red+Green+Blue) = 172+255+93=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF5D is #5300A2. Grayscale: #D4D4D4. Windows color (decimal): -5439651 or 6160300. OLE color: 6160300.

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

Color convert

RGB17225593-
CMYK0.3300.640
HSL90.74º100%68.24%-
HSV(B)90.74º63.53%100%-
XYZ54.7581.0823.12-
YUV211.726199.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=33.08%
G=49.04%
B=17.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172255930.3300.64090.7410068.24
HexACFF5D2104005b6444
Octal2543771354101000133144104
Binary10101100111111111011101100001010000000101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF5D; }

 p { color: rgb(172,255,93); }

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

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

 a { background-color: rgb(172,255,93); }

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

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

 span { border-color: rgb(172,255,93); }

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