#ACF950

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

Shades of Conifer #ACF950

Tints of Conifer #ACF950

Color information

#ACF950 (or 0xACF950) is unknown color: approx Conifer. HEX triplet: AC, F9 and 50. RGB value is (172,249,80). Sum of RGB (Red+Green+Blue) = 172+249+80=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF950 is #5306AF. Grayscale: #CFCFCF. Windows color (decimal): -5441200 or 5306796. OLE color: 5306796.

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

Color convert

RGB17224980-
CMYK0.3100.680.02
HSL87.34º93.37%64.51%-
HSV(B)87.34º67.87%97.65%-
XYZ52.3477.119.71-
YUV206.7156.49103.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=34.33%
G=49.70%
B=15.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172249800.3100.680.0287.3493.3764.51
HexACF9501F0442575d41
Octal2543711203701042127135101
Binary10101100111110011010000111110100010010101011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF950; }

 p { color: rgb(172,249,80); }

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

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

 a { background-color: rgb(172,249,80); }

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

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

 span { border-color: rgb(172,249,80); }

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