#ACED5A

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

Shades of Conifer #ACED5A

Tints of Conifer #ACED5A

Color information

#ACED5A (or 0xACED5A) is unknown color: approx Conifer. HEX triplet: AC, ED and 5A. RGB value is (172,237,90). Sum of RGB (Red+Green+Blue) = 172+237+90=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED5A is #5312A5. Grayscale: #C9C9C9. Windows color (decimal): -5444262 or 5959084. OLE color: 5959084.

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

Color convert

RGB17223790-
CMYK0.2700.620.07
HSL86.53º80.33%64.12%-
HSV(B)86.53º62.03%92.94%-
XYZ49.1470.0820.61-
YUV200.8165.47107.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 90 (35.55% from 255) = 18.04%
R=34.47%
G=47.49%
B=18.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172237900.2700.620.0786.5380.3364.12
HexACED5A1B03E7575040
Octal254355132330767127120100
Binary10101100111011011011010110110111110111101011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED5A; }

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

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

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

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

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

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

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

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