#ACFA75

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

Shades of Sulu #ACFA75

Tints of Sulu #ACFA75

Color information

#ACFA75 (or 0xACFA75) is unknown color: approx Sulu. HEX triplet: AC, FA and 75. RGB value is (172,250,117). Sum of RGB (Red+Green+Blue) = 172+250+117=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFA75 is #53058A. Grayscale: #D3D3D3. Windows color (decimal): -5440907 or 7731884. OLE color: 7731884.

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

Color convert

RGB172250117-
CMYK0.3100.530.02
HSL95.19º93.01%71.96%-
HSV(B)95.19º53.2%98.04%-
XYZ54.4178.4329.1-
YUV211.5274.6699.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=31.91%
G=46.38%
B=21.71%

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
Decimal1722501170.3100.530.0295.1993.0171.96
HexACFA751F03525f5d48
Octal254372165370652137135110
Binary1010110011111010111010111111011010110101111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA75; }

 p { color: rgb(172,250,117); }

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

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

 a { background-color: rgb(172,250,117); }

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

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

 span { border-color: rgb(172,250,117); }

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