#ABEC62

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

Shades of Conifer #ABEC62

Tints of Conifer #ABEC62

Color information

#ABEC62 (or 0xABEC62) is unknown color: approx Conifer. HEX triplet: AB, EC and 62. RGB value is (171,236,98). Sum of RGB (Red+Green+Blue) = 171+236+98=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC62 is #54139D. Grayscale: #C9C9C9. Windows color (decimal): -5510046 or 6483115. OLE color: 6483115.

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

Color convert

RGB17123698-
CMYK0.2800.580.07
HSL88.26º78.41%65.49%-
HSV(B)88.26º58.47%92.55%-
XYZ48.9969.5322.39-
YUV200.8369.97106.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 236 (92.58% from 255) = 46.73%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=33.86%
G=46.73%
B=19.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171236980.2800.580.0788.2678.4165.49
HexABEC621C03A7584e41
Octal253354142340727130116101
Binary10101011111011001100010111000111010111101100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC62; }

 p { color: rgb(171,236,98); }

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

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

 a { background-color: rgb(171,236,98); }

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

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

 span { border-color: rgb(171,236,98); }

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