Html Css Color HEX #ACFF6E Sulu

📋 copy color: '#ACFF6E'

red 172 ◦ green 255 ◦ blue 110

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

Shades of Sulu #ACFF6E

Tints of Sulu #ACFF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 32.03%
G = 47.49%
B = 20.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#ACFF6E (or 0xACFF6E) is known color: Sulu. HEX triplet: AC, FF and 6E. RGB value is (172,255,110). Sum of RGB (Red+Green+Blue) = 172+255+110=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF6E is #530091. Grayscale: #D6D6D6. Windows color (decimal): -5439634 or 7274412. OLE color: 7274412.

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

Color convert

RGB 172 255 110 -
CMYK 0.33 0 0.57 0
HSL 94.34º 1% 0.72% -
HSV(B) 94.34º 0.57% 1% -
XYZ 55.59 81.42 27.54 -
YUV 213.65 69.5 98.29 -
System Red Green Blue C M Y K H S L
Decimal 172 255 110 0.33 0 0.57 0 94.34 1 0.72
Hex AC FF 6E 21 0 39 0 5E 64 48
Octal 254 377 156 41 0 71 0 136 144 110
Binary 10101100 11111111 1101110 100001 0 111001 0 1011110 1100100 1001000

Color Harmonies of #ACFF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF6E

Black with #ACFF6E

Text Example


Text Example

White with #ACFF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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