#ABF34B

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

Shades of Conifer #ABF34B

Tints of Conifer #ABF34B

Color information

#ABF34B (or 0xABF34B) is unknown color: approx Conifer. HEX triplet: AB, F3 and 4B. RGB value is (171,243,75). Sum of RGB (Red+Green+Blue) = 171+243+75=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF34B is #540CB4. Grayscale: #CACACA. Windows color (decimal): -5508277 or 4977579. OLE color: 4977579.

HSL color Cylindrical-coordinate representation of color #ABF34B: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABF34B is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB17124375-
CMYK0.3000.690.05
HSL85.71º87.5%62.35%-
HSV(B)85.71º69.14%95.29%-
XYZ50.1273.2718.16-
YUV202.3256.15105.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 243 (95.31% from 255) = 49.69%
BLUE value IS 75 (29.69% from 255) = 15.34%
R=34.97%
G=49.69%
B=15.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171243750.3000.690.0585.7187.562.35
HexABF34B1E045556583e
Octal253363113360105512613076
Binary10101011111100111001011111100100010110110101101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF34B; }

 p { color: rgb(171,243,75); }

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

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

 a { background-color: rgb(171,243,75); }

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

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

 span { border-color: rgb(171,243,75); }

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