Html Css Color HEX #ACFF74 Sulu

📋 copy color: '#ACFF74'

red 172 ◦ green 255 ◦ blue 116

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

Shades of Sulu #ACFF74

Tints of Sulu #ACFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 31.68%
G = 46.96%
B = 21.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#ACFF74 (or 0xACFF74) is known color: Sulu. HEX triplet: AC, FF and 74. RGB value is (172,255,116). Sum of RGB (Red+Green+Blue) = 172+255+116=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF74 is #53008B. Grayscale: #D6D6D6. Windows color (decimal): -5439628 or 7667628. OLE color: 7667628.

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

Color convert

RGB 172 255 116 -
CMYK 0.33 0 0.55 0
HSL 95.83º 1% 0.73% -
HSV(B) 95.83º 0.55% 1% -
XYZ 55.93 81.55 29.32 -
YUV 214.34 72.5 97.8 -
System Red Green Blue C M Y K H S L
Decimal 172 255 116 0.33 0 0.55 0 95.83 1 0.73
Hex AC FF 74 21 0 37 0 60 64 49
Octal 254 377 164 41 0 67 0 140 144 111
Binary 10101100 11111111 1110100 100001 0 110111 0 1100000 1100100 1001001

Color Harmonies of #ACFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF74

Black with #ACFF74

Text Example


Text Example

White with #ACFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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