#ABFF5A

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

Shades of Conifer #ABFF5A

Tints of Conifer #ABFF5A

Color information

#ABFF5A (or 0xABFF5A) is unknown color: approx Conifer. HEX triplet: AB, FF and 5A. RGB value is (171,255,90). Sum of RGB (Red+Green+Blue) = 171+255+90=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF5A is #5400A5. Grayscale: #D3D3D3. Windows color (decimal): -5505190 or 5963691. OLE color: 5963691.

HSL color Cylindrical-coordinate representation of color #ABFF5A: hue angle of 90.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABFF5A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB17125590-
CMYK0.3300.650
HSL90.55º100%67.65%-
HSV(B)90.55º64.71%100%-
XYZ54.480.9222.42-
YUV211.0759.6799.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=33.14%
G=49.42%
B=17.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171255900.3300.65090.5510067.65
HexABFF5A2104105b6444
Octal2533771324101010133144104
Binary10101011111111111011010100001010000010101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFF5A; }

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

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

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

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

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

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

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

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