Html Css Color HEX #ACFF6D Sulu

📋 copy color: '#ACFF6D'

red 172 ◦ green 255 ◦ blue 109

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

Shades of Sulu #ACFF6D

Tints of Sulu #ACFF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.34%

R = 32.09%
G = 47.57%
B = 20.34%

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

#ACFF6D (or 0xACFF6D) is known color: Sulu. HEX triplet: AC, FF and 6D. RGB value is (172,255,109). Sum of RGB (Red+Green+Blue) = 172+255+109=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF6D is #530092. Grayscale: #D6D6D6. Windows color (decimal): -5439635 or 7208876. OLE color: 7208876.

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

Color convert

RGB 172 255 109 -
CMYK 0.33 0 0.57 0
HSL 94.11º 1% 0.71% -
HSV(B) 94.11º 0.57% 1% -
XYZ 55.53 81.39 27.25 -
YUV 213.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 172 255 109 0.33 0 0.57 0 94.11 1 0.71
Hex AC FF 6D 21 0 39 0 5E 64 47
Octal 254 377 155 41 0 71 0 136 144 107
Binary 10101100 11111111 1101101 100001 0 111001 0 1011110 1100100 1000111

Color Harmonies of #ACFF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF6D

Black with #ACFF6D

Text Example


Text Example

White with #ACFF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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