#ACF252

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

Shades of Conifer #ACF252

Tints of Conifer #ACF252

Color information

#ACF252 (or 0xACF252) is unknown color: approx Conifer. HEX triplet: AC, F2 and 52. RGB value is (172,242,82). Sum of RGB (Red+Green+Blue) = 172+242+82=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF252 is #530DAD. Grayscale: #CBCBCB. Windows color (decimal): -5442990 or 5436076. OLE color: 5436076.

HSL color Cylindrical-coordinate representation of color #ACF252: hue angle of 86.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF252 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB17224282-
CMYK0.2900.660.05
HSL86.25º86.02%63.53%-
HSV(B)86.25º66.12%94.9%-
XYZ50.2972.8819.4-
YUV202.8359.81106.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 242 (94.92% from 255) = 48.79%
BLUE value IS 82 (32.42% from 255) = 16.53%
R=34.68%
G=48.79%
B=16.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172242820.2900.660.0586.2586.0263.53
HexACF2521D0425565640
Octal2543621223501025126126100
Binary101011001111001010100101110101000010101101011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF252; }

 p { color: rgb(172,242,82); }

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

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

 a { background-color: rgb(172,242,82); }

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

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

 span { border-color: rgb(172,242,82); }

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