Html Css Color HEX #ACF772 Sulu

📋 copy color: '#ACF772'

red 172 ◦ green 247 ◦ blue 114

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

Shades of Sulu #ACF772

Tints of Sulu #ACF772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 32.27%
G = 46.34%
B = 21.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#ACF772 (or 0xACF772) is known color: Sulu. HEX triplet: AC, F7 and 72. RGB value is (172,247,114). Sum of RGB (Red+Green+Blue) = 172+247+114=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF772 is #53088D. Grayscale: #D1D1D1. Windows color (decimal): -5441678 or 7534508. OLE color: 7534508.

HSL color Cylindrical-coordinate representation of color #ACF772: hue angle of 93.83º degrees, saturation: 0.89, 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 #ACF772 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 114 -
CMYK 0.30 0 0.54 0.03
HSL 93.83º 0.89% 0.71% -
HSV(B) 93.83º 0.54% 0.97% -
XYZ 53.31 76.51 27.88 -
YUV 209.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 172 247 114 0.30 0 0.54 0.03 93.83 0.89 0.71
Hex AC F7 72 1E 0 36 3 5E 59 47
Octal 254 367 162 36 0 66 3 136 131 107
Binary 10101100 11110111 1110010 11110 0 110110 11 1011110 1011001 1000111

Color Harmonies of #ACF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF772

Black with #ACF772

Text Example


Text Example

White with #ACF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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