#ACF76B

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

Shades of Sulu #ACF76B

Tints of Sulu #ACF76B

Color information

#ACF76B (or 0xACF76B) is unknown color: approx Sulu. HEX triplet: AC, F7 and 6B. RGB value is (172,247,107). Sum of RGB (Red+Green+Blue) = 172+247+107=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76B is #530894. Grayscale: #D1D1D1. Windows color (decimal): -5441685 or 7075756. OLE color: 7075756.

HSL color Cylindrical-coordinate representation of color #ACF76B: hue angle of 92.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF76B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB172247107-
CMYK0.3000.570.03
HSL92.14º89.74%69.41%-
HSV(B)92.14º56.68%96.86%-
XYZ52.9376.3525.86-
YUV208.6270.65101.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 247 (96.88% from 255) = 46.96%
BLUE value IS 107 (42.19% from 255) = 20.34%
R=32.70%
G=46.96%
B=20.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471070.3000.570.0392.1489.7469.41
HexACF76B1E03935c5a45
Octal254367153360713134132105
Binary1010110011110111110101111110011100111101110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF76B; }

 p { color: rgb(172,247,107); }

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

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

 a { background-color: rgb(172,247,107); }

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

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

 span { border-color: rgb(172,247,107); }

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