#ACF65B

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

Shades of Conifer #ACF65B

Tints of Conifer #ACF65B

Color information

#ACF65B (or 0xACF65B) is unknown color: approx Conifer. HEX triplet: AC, F6 and 5B. RGB value is (172,246,91). Sum of RGB (Red+Green+Blue) = 172+246+91=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF65B is #5309A4. Grayscale: #CECECE. Windows color (decimal): -5441957 or 6026924. OLE color: 6026924.

HSL color Cylindrical-coordinate representation of color #ACF65B: hue angle of 88.65º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF65B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB17224691-
CMYK0.3000.630.04
HSL88.65º89.6%66.08%-
HSV(B)88.65º63.01%96.47%-
XYZ51.8675.4421.73-
YUV206.262.98103.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=33.79%
G=48.33%
B=17.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172246910.3000.630.0488.6589.666.08
HexACF65B1E03F4595a42
Octal254366133360774131132102
Binary10101100111101101011011111100111111100101100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF65B; }

 p { color: rgb(172,246,91); }

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

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

 a { background-color: rgb(172,246,91); }

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

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

 span { border-color: rgb(172,246,91); }

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