#ACFD5C

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

Shades of Conifer #ACFD5C

Tints of Conifer #ACFD5C

Color information

#ACFD5C (or 0xACFD5C) is unknown color: approx Conifer. HEX triplet: AC, FD and 5C. RGB value is (172,253,92). Sum of RGB (Red+Green+Blue) = 172+253+92=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD5C is #5302A3. Grayscale: #D2D2D2. Windows color (decimal): -5440164 or 6094252. OLE color: 6094252.

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

Color convert

RGB17225392-
CMYK0.3200.640.01
HSL90.19º97.58%67.65%-
HSV(B)90.19º63.64%99.22%-
XYZ54.0779.7922.68-
YUV210.4361.16100.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 92 (36.33% from 255) = 17.79%
R=33.27%
G=48.94%
B=17.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172253920.3200.640.0190.1997.5867.65
HexACFD5C2004015a6244
Octal2543751344001001132142104
Binary10101100111111011011100100000010000001101101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD5C; }

 p { color: rgb(172,253,92); }

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

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

 a { background-color: rgb(172,253,92); }

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

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

 span { border-color: rgb(172,253,92); }

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