#ACFA5E

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

Shades of Conifer #ACFA5E

Tints of Conifer #ACFA5E

Color information

#ACFA5E (or 0xACFA5E) is unknown color: approx Conifer. HEX triplet: AC, FA and 5E. RGB value is (172,250,94). Sum of RGB (Red+Green+Blue) = 172+250+94=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFA5E is #5305A1. Grayscale: #D1D1D1. Windows color (decimal): -5440930 or 6224556. OLE color: 6224556.

HSL color Cylindrical-coordinate representation of color #ACFA5E: hue angle of 90º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFA5E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17225094-
CMYK0.3100.620.02
HSL90º93.98%67.45%-
HSV(B)90º62.4%98.04%-
XYZ53.2277.9522.83-
YUV208.8963.16101.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=33.33%
G=48.45%
B=18.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172250940.3100.620.029093.9867.45
HexACFA5E1F03E25a5e43
Octal254372136370762132136103
Binary1010110011111010101111011111011111010101101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA5E; }

 p { color: rgb(172,250,94); }

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

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

 a { background-color: rgb(172,250,94); }

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

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

 span { border-color: rgb(172,250,94); }

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