#ACED61

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

Shades of Conifer #ACED61

Tints of Conifer #ACED61

Color information

#ACED61 (or 0xACED61) is unknown color: approx Conifer. HEX triplet: AC, ED and 61. RGB value is (172,237,97). Sum of RGB (Red+Green+Blue) = 172+237+97=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED61 is #53129E. Grayscale: #CACACA. Windows color (decimal): -5444255 or 6417836. OLE color: 6417836.

HSL color Cylindrical-coordinate representation of color #ACED61: hue angle of 87.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACED61 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB17223797-
CMYK0.2700.590.07
HSL87.86º79.55%65.49%-
HSV(B)87.86º59.07%92.94%-
XYZ49.4670.222.25-
YUV201.668.97106.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=33.99%
G=46.84%
B=19.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237970.2700.590.0787.8679.5565.49
HexACED611B03B7585041
Octal254355141330737130120101
Binary10101100111011011100001110110111011111101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED61; }

 p { color: rgb(172,237,97); }

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

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

 a { background-color: rgb(172,237,97); }

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

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

 span { border-color: rgb(172,237,97); }

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