#ACF251

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

Shades of Conifer #ACF251

Tints of Conifer #ACF251

Color information

#ACF251 (or 0xACF251) is unknown color: approx Conifer. HEX triplet: AC, F2 and 51. RGB value is (172,242,81). Sum of RGB (Red+Green+Blue) = 172+242+81=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF251 is #530DAE. Grayscale: #CBCBCB. Windows color (decimal): -5442991 or 5370540. OLE color: 5370540.

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

Color convert

RGB17224281-
CMYK0.2900.670.05
HSL86.09º86.1%63.33%-
HSV(B)86.09º66.53%94.9%-
XYZ50.2572.8719.2-
YUV202.7259.31106.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 81 (32.03% from 255) = 16.36%
R=34.75%
G=48.89%
B=16.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172242810.2900.670.0586.0986.163.33
HexACF2511D043556563f
Octal254362121350103512612677
Binary10101100111100101010001111010100001110110101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF251; }

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

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

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

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

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

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

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

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