#ABFF69

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

Shades of Sulu #ABFF69

Tints of Sulu #ABFF69

Color information

#ABFF69 (or 0xABFF69) is unknown color: approx Sulu. HEX triplet: AB, FF and 69. RGB value is (171,255,105). Sum of RGB (Red+Green+Blue) = 171+255+105=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF69 is #540096. Grayscale: #D5D5D5. Windows color (decimal): -5505175 or 6946731. OLE color: 6946731.

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

Color convert

RGB171255105-
CMYK0.3300.590
HSL93.6º100%70.59%-
HSV(B)93.6º58.82%100%-
XYZ55.181.226.13-
YUV212.7867.1798.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=32.20%
G=48.02%
B=19.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712551050.3300.59093.610070.59
HexABFF692103B05e6447
Octal253377151410730136144107
Binary1010101111111111110100110000101110110101111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFF69; }

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

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

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

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

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

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

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

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