#ABF969

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

Shades of Conifer #ABF969

Tints of Conifer #ABF969

Color information

#ABF969 (or 0xABF969) is unknown color: approx Conifer. HEX triplet: AB, F9 and 69. RGB value is (171,249,105). Sum of RGB (Red+Green+Blue) = 171+249+105=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF969 is #540696. Grayscale: #D1D1D1. Windows color (decimal): -5506711 or 6945195. OLE color: 6945195.

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

Color convert

RGB171249105-
CMYK0.3100.580.02
HSL92.5º92.31%69.41%-
HSV(B)92.5º57.83%97.65%-
XYZ53.2277.4325.5-
YUV209.2669.16100.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 249 (97.66% from 255) = 47.43%
BLUE value IS 105 (41.41% from 255) = 20%
R=32.57%
G=47.43%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491050.3100.580.0292.592.3169.41
HexABF9691F03A25c5c45
Octal253371151370722134134105
Binary1010101111111001110100111111011101010101110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF969; }

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

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

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

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

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

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

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

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