#ACED50

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

Shades of Conifer #ACED50

Tints of Conifer #ACED50

Color information

#ACED50 (or 0xACED50) is unknown color: approx Conifer. HEX triplet: AC, ED and 50. RGB value is (172,237,80). Sum of RGB (Red+Green+Blue) = 172+237+80=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED50 is #5312AF. Grayscale: #C8C8C8. Windows color (decimal): -5444272 or 5303724. OLE color: 5303724.

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

Color convert

RGB17223780-
CMYK0.2700.660.07
HSL84.84º81.35%62.16%-
HSV(B)84.84º66.24%92.94%-
XYZ48.7569.9218.52-
YUV199.6760.47108.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 237 (92.97% from 255) = 48.47%
BLUE value IS 80 (31.64% from 255) = 16.36%
R=35.17%
G=48.47%
B=16.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237800.2700.660.0784.8481.3562.16
HexACED501B042755513e
Octal254355120330102712512176
Binary10101100111011011010000110110100001011110101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED50; }

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

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

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

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

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

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

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

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