#ABE161

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

Shades of Conifer #ABE161

Tints of Conifer #ABE161

Color information

#ABE161 (or 0xABE161) is unknown color: approx Conifer. HEX triplet: AB, E1 and 61. RGB value is (171,225,97). Sum of RGB (Red+Green+Blue) = 171+225+97=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE161 is #541E9E. Grayscale: #C2C2C2. Windows color (decimal): -5512863 or 6414763. OLE color: 6414763.

HSL color Cylindrical-coordinate representation of color #ABE161: hue angle of 85.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABE161 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB17122597-
CMYK0.2400.570.12
HSL85.31º68.09%63.14%-
HSV(B)85.31º56.89%88.24%-
XYZ45.8863.3721.12-
YUV194.2673.11111.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=34.69%
G=45.64%
B=19.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171225970.2400.570.1285.3168.0963.14
HexABE16118039C55443f
Octal253341141300711412510477
Binary10101011111000011100001110000111001110010101011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE161; }

 p { color: rgb(171,225,97); }

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

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

 a { background-color: rgb(171,225,97); }

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

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

 span { border-color: rgb(171,225,97); }

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