Html Css Color HEX #ACF773 Sulu

📋 copy color: '#ACF773'

red 172 ◦ green 247 ◦ blue 115

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

Shades of Sulu #ACF773

Tints of Sulu #ACF773

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.25%

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 32.21%
G = 46.25%
B = 21.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#ACF773 (or 0xACF773) is known color: Sulu. HEX triplet: AC, F7 and 73. RGB value is (172,247,115). Sum of RGB (Red+Green+Blue) = 172+247+115=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF773 is #53088C. Grayscale: #D1D1D1. Windows color (decimal): -5441677 or 7600044. OLE color: 7600044.

HSL color Cylindrical-coordinate representation of color #ACF773: hue angle of 94.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF773 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 115 -
CMYK 0.30 0 0.53 0.03
HSL 94.09º 0.89% 0.71% -
HSV(B) 94.09º 0.53% 0.97% -
XYZ 53.37 76.53 28.18 -
YUV 209.53 74.65 101.23 -
System Red Green Blue C M Y K H S L
Decimal 172 247 115 0.30 0 0.53 0.03 94.09 0.89 0.71
Hex AC F7 73 1E 0 35 3 5E 59 47
Octal 254 367 163 36 0 65 3 136 131 107
Binary 10101100 11110111 1110011 11110 0 110101 11 1011110 1011001 1000111

Color Harmonies of #ACF773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF773

Black with #ACF773

Text Example


Text Example

White with #ACF773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF773; }

 p { color: rgb(172,247,115); }

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

background-color css

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

 a { background-color: rgb(172,247,115); }

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

border-color css

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

 span { border-color: rgb(172,247,115); }

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