#ABF972

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

Shades of Sulu #ABF972

Tints of Sulu #ABF972

Color information

#ABF972 (or 0xABF972) is unknown color: approx Sulu. HEX triplet: AB, F9 and 72. RGB value is (171,249,114). Sum of RGB (Red+Green+Blue) = 171+249+114=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF972 is #54068D. Grayscale: #D2D2D2. Windows color (decimal): -5506702 or 7535019. OLE color: 7535019.

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

Color convert

RGB171249114-
CMYK0.3100.540.02
HSL94.67º91.84%71.18%-
HSV(B)94.67º54.22%97.65%-
XYZ53.7177.6228.07-
YUV210.2973.6699.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 249 (97.66% from 255) = 46.63%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=32.02%
G=46.63%
B=21.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491140.3100.540.0294.6791.8471.18
HexABF9721F03625f5c47
Octal253371162370662137134107
Binary1010101111111001111001011111011011010101111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF972; }

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

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

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

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

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

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

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

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