Html Css Color HEX #ACFF72 Sulu

📋 copy color: '#ACFF72'

red 172 ◦ green 255 ◦ blue 114

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

Shades of Sulu #ACFF72

Tints of Sulu #ACFF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 31.79%
G = 47.13%
B = 21.07%

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

#ACFF72 (or 0xACFF72) is known color: Sulu. HEX triplet: AC, FF and 72. RGB value is (172,255,114). Sum of RGB (Red+Green+Blue) = 172+255+114=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF72 is #53008D. Grayscale: #D6D6D6. Windows color (decimal): -5439630 or 7536556. OLE color: 7536556.

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

Color convert

RGB 172 255 114 -
CMYK 0.33 0 0.55 0
HSL 95.32º 1% 0.72% -
HSV(B) 95.32º 0.55% 1% -
XYZ 55.81 81.51 28.71 -
YUV 214.11 71.5 97.96 -
System Red Green Blue C M Y K H S L
Decimal 172 255 114 0.33 0 0.55 0 95.32 1 0.72
Hex AC FF 72 21 0 37 0 5F 64 48
Octal 254 377 162 41 0 67 0 137 144 110
Binary 10101100 11111111 1110010 100001 0 110111 0 1011111 1100100 1001000

Color Harmonies of #ACFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF72

Black with #ACFF72

Text Example


Text Example

White with #ACFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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