#ABF45B

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

Shades of Conifer #ABF45B

Tints of Conifer #ABF45B

Color information

#ABF45B (or 0xABF45B) is unknown color: approx Conifer. HEX triplet: AB, F4 and 5B. RGB value is (171,244,91). Sum of RGB (Red+Green+Blue) = 171+244+91=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF45B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF45B is #540BA4. Grayscale: #CDCDCD. Windows color (decimal): -5508005 or 6026411. OLE color: 6026411.

HSL color Cylindrical-coordinate representation of color #ABF45B: hue angle of 88.63º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABF45B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB17124491-
CMYK0.3000.630.04
HSL88.63º87.43%65.69%-
HSV(B)88.63º62.7%95.69%-
XYZ51.0374.1121.51-
YUV204.7363.82103.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 244 (95.70% from 255) = 48.22%
BLUE value IS 91 (35.94% from 255) = 17.98%
R=33.79%
G=48.22%
B=17.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171244910.3000.630.0488.6387.4365.69
HexABF45B1E03F4595742
Octal253364133360774131127102
Binary10101011111101001011011111100111111100101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF45B; }

 p { color: rgb(171,244,91); }

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

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

 a { background-color: rgb(171,244,91); }

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

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

 span { border-color: rgb(171,244,91); }

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