#ACFA5D

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

Shades of Conifer #ACFA5D

Tints of Conifer #ACFA5D

Color information

#ACFA5D (or 0xACFA5D) is unknown color: approx Conifer. HEX triplet: AC, FA and 5D. RGB value is (172,250,93). Sum of RGB (Red+Green+Blue) = 172+250+93=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFA5D is #5305A2. Grayscale: #D1D1D1. Windows color (decimal): -5440931 or 6159020. OLE color: 6159020.

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

Color convert

RGB17225093-
CMYK0.3100.630.02
HSL89.81º94.01%67.25%-
HSV(B)89.81º62.8%98.04%-
XYZ53.1777.9322.6-
YUV208.7862.66101.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 250 (98.05% from 255) = 48.54%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=33.40%
G=48.54%
B=18.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172250930.3100.630.0289.8194.0167.25
HexACFA5D1F03F25a5e43
Octal254372135370772132136103
Binary1010110011111010101110111111011111110101101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA5D; }

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

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

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

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

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

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

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

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