#ACF76A

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

Shades of Sulu #ACF76A

Tints of Sulu #ACF76A

Color information

#ACF76A (or 0xACF76A) is unknown color: approx Sulu. HEX triplet: AC, F7 and 6A. RGB value is (172,247,106). Sum of RGB (Red+Green+Blue) = 172+247+106=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76A is #530895. Grayscale: #D0D0D0. Windows color (decimal): -5441686 or 7010220. OLE color: 7010220.

HSL color Cylindrical-coordinate representation of color #ACF76A: hue angle of 91.91º 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 #ACF76A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB172247106-
CMYK0.3000.570.03
HSL91.91º89.81%69.22%-
HSV(B)91.91º57.09%96.86%-
XYZ52.8876.3325.58-
YUV208.570.15101.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 247 (96.88% from 255) = 47.05%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=32.76%
G=47.05%
B=20.19%

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
Decimal1722471060.3000.570.0391.9189.8169.22
HexACF76A1E03935c5a45
Octal254367152360713134132105
Binary1010110011110111110101011110011100111101110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF76A; }

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

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

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

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

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

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

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

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