Html Css Color HEX #ACF973 Sulu

📋 copy color: '#ACF973'

red 172 ◦ green 249 ◦ blue 115

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

Shades of Sulu #ACF973

Tints of Sulu #ACF973

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.46%

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

R = 32.09%
G = 46.46%
B = 21.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#ACF973 (or 0xACF973) is known color: Sulu. HEX triplet: AC, F9 and 73. RGB value is (172,249,115). Sum of RGB (Red+Green+Blue) = 172+249+115=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF973 is #53068C. Grayscale: #D3D3D3. Windows color (decimal): -5441165 or 7600556. OLE color: 7600556.

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

Color convert

RGB 172 249 115 -
CMYK 0.31 0 0.54 0.02
HSL 94.48º 0.92% 0.71% -
HSV(B) 94.48º 0.54% 0.98% -
XYZ 53.98 77.76 28.38 -
YUV 210.7 73.99 100.4 -
System Red Green Blue C M Y K H S L
Decimal 172 249 115 0.31 0 0.54 0.02 94.48 0.92 0.71
Hex AC F9 73 1F 0 36 2 5E 5C 47
Octal 254 371 163 37 0 66 2 136 134 107
Binary 10101100 11111001 1110011 11111 0 110110 10 1011110 1011100 1000111

Color Harmonies of #ACF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF973

Black with #ACF973

Text Example


Text Example

White with #ACF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF973; }

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

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

background-color css

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

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

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

border-color css

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

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

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