#ACF158

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

Shades of Conifer #ACF158

Tints of Conifer #ACF158

Color information

#ACF158 (or 0xACF158) is unknown color: approx Conifer. HEX triplet: AC, F1 and 58. RGB value is (172,241,88). Sum of RGB (Red+Green+Blue) = 172+241+88=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF158 is #530EA7. Grayscale: #CBCBCB. Windows color (decimal): -5443240 or 5829036. OLE color: 5829036.

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

Color convert

RGB17224188-
CMYK0.2900.630.05
HSL87.06º84.53%64.51%-
HSV(B)87.06º63.49%94.51%-
XYZ50.2372.3920.56-
YUV202.9363.14105.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 88 (34.77% from 255) = 17.56%
R=34.33%
G=48.10%
B=17.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241880.2900.630.0587.0684.5364.51
HexACF1581D03F5575541
Octal254361130350775127125101
Binary10101100111100011011000111010111111101101011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF158; }

 p { color: rgb(172,241,88); }

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

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

 a { background-color: rgb(172,241,88); }

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

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

 span { border-color: rgb(172,241,88); }

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