Html Css Color HEX #ACF970 Sulu

📋 copy color: '#ACF970'

red 172 ◦ green 249 ◦ blue 112

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

Shades of Sulu #ACF970

Tints of Sulu #ACF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 32.27%
G = 46.72%
B = 21.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#ACF970 (or 0xACF970) is known color: Sulu. HEX triplet: AC, F9 and 70. RGB value is (172,249,112). Sum of RGB (Red+Green+Blue) = 172+249+112=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF970 is #53068F. Grayscale: #D2D2D2. Windows color (decimal): -5441168 or 7403948. OLE color: 7403948.

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

Color convert

RGB 172 249 112 -
CMYK 0.31 0 0.55 0.02
HSL 93.72º 0.92% 0.71% -
HSV(B) 93.72º 0.55% 0.98% -
XYZ 53.81 77.69 27.49 -
YUV 210.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 172 249 112 0.31 0 0.55 0.02 93.72 0.92 0.71
Hex AC F9 70 1F 0 37 2 5E 5C 47
Octal 254 371 160 37 0 67 2 136 134 107
Binary 10101100 11111001 1110000 11111 0 110111 10 1011110 1011100 1000111

Color Harmonies of #ACF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF970

Black with #ACF970

Text Example


Text Example

White with #ACF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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