#ACFD68

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

Shades of Conifer #ACFD68

Tints of Conifer #ACFD68

Color information

#ACFD68 (or 0xACFD68) is unknown color: approx Conifer. HEX triplet: AC, FD and 68. RGB value is (172,253,104). Sum of RGB (Red+Green+Blue) = 172+253+104=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD68 is #530297. Grayscale: #D4D4D4. Windows color (decimal): -5440152 or 6880684. OLE color: 6880684.

HSL color Cylindrical-coordinate representation of color #ACFD68: hue angle of 92.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACFD68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB172253104-
CMYK0.3200.590.01
HSL92.62º97.39%70%-
HSV(B)92.62º58.89%99.22%-
XYZ54.6480.0225.66-
YUV211.867.1699.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=32.51%
G=47.83%
B=19.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531040.3200.590.0192.6297.3970
HexACFD682003B15d6146
Octal254375150400731135141106
Binary1010110011111101110100010000001110111101110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD68; }

 p { color: rgb(172,253,104); }

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

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

 a { background-color: rgb(172,253,104); }

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

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

 span { border-color: rgb(172,253,104); }

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