Html Css Color HEX #ACF873 Sulu

📋 copy color: '#ACF873'

red 172 ◦ green 248 ◦ blue 115

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

Shades of Sulu #ACF873

Tints of Sulu #ACF873

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.36%

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

R = 32.15%
G = 46.36%
B = 21.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#ACF873 (or 0xACF873) is known color: Sulu. HEX triplet: AC, F8 and 73. RGB value is (172,248,115). Sum of RGB (Red+Green+Blue) = 172+248+115=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF873 is #53078C. Grayscale: #D2D2D2. Windows color (decimal): -5441421 or 7600300. OLE color: 7600300.

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

Color convert

RGB 172 248 115 -
CMYK 0.31 0 0.54 0.03
HSL 94.29º 0.9% 0.71% -
HSV(B) 94.29º 0.54% 0.97% -
XYZ 53.68 77.14 28.28 -
YUV 210.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 172 248 115 0.31 0 0.54 0.03 94.29 0.9 0.71
Hex AC F8 73 1F 0 36 3 5E 5A 47
Octal 254 370 163 37 0 66 3 136 132 107
Binary 10101100 11111000 1110011 11111 0 110110 11 1011110 1011010 1000111

Color Harmonies of #ACF873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF873

Black with #ACF873

Text Example


Text Example

White with #ACF873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF873; }

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

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

background-color css

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

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

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

border-color css

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

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

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