Html Css Color HEX #ACFF6F Sulu

📋 copy color: '#ACFF6F'

red 172 ◦ green 255 ◦ blue 111

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

Shades of Sulu #ACFF6F

Tints of Sulu #ACFF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.63%

R = 31.97%
G = 47.4%
B = 20.63%

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

#ACFF6F (or 0xACFF6F) is known color: Sulu. HEX triplet: AC, FF and 6F. RGB value is (172,255,111). Sum of RGB (Red+Green+Blue) = 172+255+111=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF6F is #530090. Grayscale: #D6D6D6. Windows color (decimal): -5439633 or 7339948. OLE color: 7339948.

HSL color Cylindrical-coordinate representation of color #ACFF6F: hue angle of 94.58º 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 #ACFF6F is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 111 -
CMYK 0.33 0 0.56 0
HSL 94.58º 1% 0.72% -
HSV(B) 94.58º 0.56% 1% -
XYZ 55.64 81.44 27.83 -
YUV 213.77 70 98.21 -
System Red Green Blue C M Y K H S L
Decimal 172 255 111 0.33 0 0.56 0 94.58 1 0.72
Hex AC FF 6F 21 0 38 0 5F 64 48
Octal 254 377 157 41 0 70 0 137 144 110
Binary 10101100 11111111 1101111 100001 0 111000 0 1011111 1100100 1001000

Color Harmonies of #ACFF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF6F

Black with #ACFF6F

Text Example


Text Example

White with #ACFF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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