#ACFB77

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

Shades of Sulu #ACFB77

Tints of Sulu #ACFB77

Color information

#ACFB77 (or 0xACFB77) is unknown color: approx Sulu. HEX triplet: AC, FB and 77. RGB value is (172,251,119). Sum of RGB (Red+Green+Blue) = 172+251+119=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFB77 is #530488. Grayscale: #D4D4D4. Windows color (decimal): -5440649 or 7863212. OLE color: 7863212.

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

Color convert

RGB172251119-
CMYK0.3100.530.02
HSL95.91º94.29%72.55%-
HSV(B)95.91º52.59%98.43%-
XYZ54.8479.129.83-
YUV212.3375.3399.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 119 (46.88% from 255) = 21.96%
R=31.73%
G=46.31%
B=21.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511190.3100.530.0295.9194.2972.55
HexACFB771F0352605e49
Octal254373167370652140136111
Binary1010110011111011111011111111011010110110000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB77; }

 p { color: rgb(172,251,119); }

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

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

 a { background-color: rgb(172,251,119); }

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

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

 span { border-color: rgb(172,251,119); }

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