#ACFE69

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

Shades of Sulu #ACFE69

Tints of Sulu #ACFE69

Color information

#ACFE69 (or 0xACFE69) is unknown color: approx Sulu. HEX triplet: AC, FE and 69. RGB value is (172,254,105). Sum of RGB (Red+Green+Blue) = 172+254+105=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE69 is #530196. Grayscale: #D5D5D5. Windows color (decimal): -5439895 or 6946476. OLE color: 6946476.

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

Color convert

RGB172254105-
CMYK0.3200.590.00
HSL93.02º98.68%70.39%-
HSV(B)93.02º58.66%99.61%-
XYZ5580.6726.04-
YUV212.567.3399.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=32.39%
G=47.83%
B=19.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541050.3200.590.0093.0298.6870.39
HexACFE692003B05d6346
Octal254376151400730135143106
Binary1010110011111110110100110000001110110101110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE69; }

 p { color: rgb(172,254,105); }

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

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

 a { background-color: rgb(172,254,105); }

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

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

 span { border-color: rgb(172,254,105); }

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