#ABFA69

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

Shades of Conifer #ABFA69

Tints of Conifer #ABFA69

Color information

#ABFA69 (or 0xABFA69) is unknown color: approx Conifer. HEX triplet: AB, FA and 69. RGB value is (171,250,105). Sum of RGB (Red+Green+Blue) = 171+250+105=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFA69 is #540596. Grayscale: #D2D2D2. Windows color (decimal): -5506455 or 6945451. OLE color: 6945451.

HSL color Cylindrical-coordinate representation of color #ABFA69: hue angle of 92.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABFA69 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB171250105-
CMYK0.3200.580.02
HSL92.69º93.55%69.61%-
HSV(B)92.69º58%98.04%-
XYZ53.5378.0525.61-
YUV209.8568.83100.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 250 (98.05% from 255) = 47.53%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=32.51%
G=47.53%
B=19.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501050.3200.580.0292.6993.5569.61
HexABFA692003A25d5e46
Octal253372151400722135136106
Binary10101011111110101101001100000011101010101110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA69; }

 p { color: rgb(171,250,105); }

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

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

 a { background-color: rgb(171,250,105); }

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

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

 span { border-color: rgb(171,250,105); }

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