Html Css Color HEX #ACFF71 Sulu

📋 copy color: '#ACFF71'

red 172 ◦ green 255 ◦ blue 113

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

Shades of Sulu #ACFF71

Tints of Sulu #ACFF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 31.85%
G = 47.22%
B = 20.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#ACFF71 (or 0xACFF71) is known color: Sulu. HEX triplet: AC, FF and 71. RGB value is (172,255,113). Sum of RGB (Red+Green+Blue) = 172+255+113=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF71 is #53008E. Grayscale: #D6D6D6. Windows color (decimal): -5439631 or 7471020. OLE color: 7471020.

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

Color convert

RGB 172 255 113 -
CMYK 0.33 0 0.56 0
HSL 95.07º 1% 0.72% -
HSV(B) 95.07º 0.56% 1% -
XYZ 55.75 81.48 28.41 -
YUV 214 71 98.05 -
System Red Green Blue C M Y K H S L
Decimal 172 255 113 0.33 0 0.56 0 95.07 1 0.72
Hex AC FF 71 21 0 38 0 5F 64 48
Octal 254 377 161 41 0 70 0 137 144 110
Binary 10101100 11111111 1110001 100001 0 111000 0 1011111 1100100 1001000

Color Harmonies of #ACFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF71

Black with #ACFF71

Text Example


Text Example

White with #ACFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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