#ABED58

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

Shades of Conifer #ABED58

Tints of Conifer #ABED58

Color information

#ABED58 (or 0xABED58) is unknown color: approx Conifer. HEX triplet: AB, ED and 58. RGB value is (171,237,88). Sum of RGB (Red+Green+Blue) = 171+237+88=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED58 is #5412A7. Grayscale: #C8C8C8. Windows color (decimal): -5509800 or 5828011. OLE color: 5828011.

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

Color convert

RGB17123788-
CMYK0.2800.630.07
HSL86.58º80.54%63.73%-
HSV(B)86.58º62.87%92.94%-
XYZ48.8469.9320.16-
YUV200.2864.63107.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 237 (92.97% from 255) = 47.78%
BLUE value IS 88 (34.77% from 255) = 17.74%
R=34.48%
G=47.78%
B=17.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171237880.2800.630.0786.5880.5463.73
HexABED581C03F7575140
Octal253355130340777127121100
Binary10101011111011011011000111000111111111101011110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED58; }

 p { color: rgb(171,237,88); }

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

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

 a { background-color: rgb(171,237,88); }

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

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

 span { border-color: rgb(171,237,88); }

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