#ACF64D

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

Shades of Conifer #ACF64D

Tints of Conifer #ACF64D

Color information

#ACF64D (or 0xACF64D) is unknown color: approx Conifer. HEX triplet: AC, F6 and 4D. RGB value is (172,246,77). Sum of RGB (Red+Green+Blue) = 172+246+77=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF64D is #5309B2. Grayscale: #CDCDCD. Windows color (decimal): -5441971 or 5109420. OLE color: 5109420.

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

Color convert

RGB17224677-
CMYK0.3000.690.04
HSL86.27º90.37%63.33%-
HSV(B)86.27º68.7%96.47%-
XYZ51.3175.2218.84-
YUV204.6155.98104.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 77 (30.47% from 255) = 15.56%
R=34.75%
G=49.70%
B=15.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172246770.3000.690.0486.2790.3763.33
HexACF64D1E0454565a3f
Octal254366115360105412613277
Binary10101100111101101001101111100100010110010101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF64D; }

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

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

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

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

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

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

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

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