#ACFD5A

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

Shades of Conifer #ACFD5A

Tints of Conifer #ACFD5A

Color information

#ACFD5A (or 0xACFD5A) is unknown color: approx Conifer. HEX triplet: AC, FD and 5A. RGB value is (172,253,90). Sum of RGB (Red+Green+Blue) = 172+253+90=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD5A is #5302A5. Grayscale: #D2D2D2. Windows color (decimal): -5440166 or 5963180. OLE color: 5963180.

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

Color convert

RGB17225390-
CMYK0.3200.640.01
HSL89.82º97.6%67.25%-
HSV(B)89.82º64.43%99.22%-
XYZ53.9879.7622.22-
YUV210.260.16100.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 90 (35.55% from 255) = 17.48%
R=33.40%
G=49.13%
B=17.48%

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
Decimal172253900.3200.640.0189.8297.667.25
HexACFD5A2004015a6243
Octal2543751324001001132142103
Binary10101100111111011011010100000010000001101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD5A; }

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

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

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

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

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

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

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

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