Html Css Color HEX #ACFF75 Sulu

📋 copy color: '#ACFF75'

red 172 ◦ green 255 ◦ blue 117

#ACFF75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #ACFF75

Tints of Sulu #ACFF75

RGB

 RED value IS 172 (67.58% from 255) = 31.62%

 GREEN value IS 255 (100% from 255) = 46.88%

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 31.62%
G = 46.88%
B = 21.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#ACFF75 (or 0xACFF75) is known color: Sulu. HEX triplet: AC, FF and 75. RGB value is (172,255,117). Sum of RGB (Red+Green+Blue) = 172+255+117=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF75 is #53008A. Grayscale: #D6D6D6. Windows color (decimal): -5439627 or 7733164. OLE color: 7733164.

HSL color Cylindrical-coordinate representation of color #ACFF75: hue angle of 96.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACFF75 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 117 -
CMYK 0.33 0 0.54 0
HSL 96.09º 1% 0.73% -
HSV(B) 96.09º 0.54% 1% -
XYZ 55.98 81.58 29.62 -
YUV 214.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 172 255 117 0.33 0 0.54 0 96.09 1 0.73
Hex AC FF 75 21 0 36 0 60 64 49
Octal 254 377 165 41 0 66 0 140 144 111
Binary 10101100 11111111 1110101 100001 0 110110 0 1100000 1100100 1001001

Color Harmonies of #ACFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF75

Black with #ACFF75

Text Example


Text Example

White with #ACFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF75; }

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

 H1.HeaderClassName
 {
   color: #ACFF75;
 }
 .AnyTagClassName
 {
   color: #ACFF75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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