#ABF25A

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

Shades of Conifer #ABF25A

Tints of Conifer #ABF25A

Color information

#ABF25A (or 0xABF25A) is unknown color: approx Conifer. HEX triplet: AB, F2 and 5A. RGB value is (171,242,90). Sum of RGB (Red+Green+Blue) = 171+242+90=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF25A is #540DA5. Grayscale: #CBCBCB. Windows color (decimal): -5508518 or 5960363. OLE color: 5960363.

HSL color Cylindrical-coordinate representation of color #ABF25A: hue angle of 88.03º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABF25A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB17124290-
CMYK0.2900.630.05
HSL88.03º85.39%65.1%-
HSV(B)88.03º62.81%94.9%-
XYZ50.3972.921.09-
YUV203.4463.98104.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=34.00%
G=48.11%
B=17.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171242900.2900.630.0588.0385.3965.1
HexABF25A1D03F5585541
Octal253362132350775130125101
Binary10101011111100101011010111010111111101101100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF25A; }

 p { color: rgb(171,242,90); }

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

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

 a { background-color: rgb(171,242,90); }

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

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

 span { border-color: rgb(171,242,90); }

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