Html Css Color HEX #ACF974 Sulu

📋 copy color: '#ACF974'

red 172 ◦ green 249 ◦ blue 116

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

Shades of Sulu #ACF974

Tints of Sulu #ACF974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 32.03%
G = 46.37%
B = 21.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#ACF974 (or 0xACF974) is known color: Sulu. HEX triplet: AC, F9 and 74. RGB value is (172,249,116). Sum of RGB (Red+Green+Blue) = 172+249+116=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF974 is #53068B. Grayscale: #D3D3D3. Windows color (decimal): -5441164 or 7666092. OLE color: 7666092.

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

Color convert

RGB 172 249 116 -
CMYK 0.31 0 0.53 0.02
HSL 94.74º 0.92% 0.72% -
HSV(B) 94.74º 0.53% 0.98% -
XYZ 54.04 77.78 28.69 -
YUV 210.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 172 249 116 0.31 0 0.53 0.02 94.74 0.92 0.72
Hex AC F9 74 1F 0 35 2 5F 5C 48
Octal 254 371 164 37 0 65 2 137 134 110
Binary 10101100 11111001 1110100 11111 0 110101 10 1011111 1011100 1001000

Color Harmonies of #ACF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF974

Black with #ACF974

Text Example


Text Example

White with #ACF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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