#ABED46

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

Shades of Conifer #ABED46

Tints of Conifer #ABED46

Color information

#ABED46 (or 0xABED46) is unknown color: approx Conifer. HEX triplet: AB, ED and 46. RGB value is (171,237,70). Sum of RGB (Red+Green+Blue) = 171+237+70=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED46 is #5412B9. Grayscale: #C6C6C6. Windows color (decimal): -5509818 or 4648363. OLE color: 4648363.

HSL color Cylindrical-coordinate representation of color #ABED46: hue angle of 83.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABED46 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB17123770-
CMYK0.2800.700.07
HSL83.71º82.27%60.2%-
HSV(B)83.71º70.46%92.94%-
XYZ48.1869.6716.7-
YUV198.2355.63108.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 237 (92.97% from 255) = 49.58%
BLUE value IS 70 (27.73% from 255) = 14.64%
R=35.77%
G=49.58%
B=14.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171237700.2800.700.0783.7182.2760.2
HexABED461C046754523c
Octal253355106340106712412274
Binary10101011111011011000110111000100011011110101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED46; }

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

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

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

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

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

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

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

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