#ACED5E

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

Shades of Conifer #ACED5E

Tints of Conifer #ACED5E

Color information

#ACED5E (or 0xACED5E) is unknown color: approx Conifer. HEX triplet: AC, ED and 5E. RGB value is (172,237,94). Sum of RGB (Red+Green+Blue) = 172+237+94=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED5E is #5312A1. Grayscale: #C9C9C9. Windows color (decimal): -5444258 or 6221228. OLE color: 6221228.

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

Color convert

RGB17223794-
CMYK0.2700.600.07
HSL87.27º79.89%64.9%-
HSV(B)87.27º60.34%92.94%-
XYZ49.3270.1521.53-
YUV201.2667.47107.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 94 (37.11% from 255) = 18.69%
R=34.19%
G=47.12%
B=18.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237940.2700.600.0787.2779.8964.9
HexACED5E1B03C7575041
Octal254355136330747127120101
Binary10101100111011011011110110110111100111101011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED5E; }

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

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

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

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

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

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

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

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