Html Css Color HEX #ACF672 Sulu

📋 copy color: '#ACF672'

red 172 ◦ green 246 ◦ blue 114

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

Shades of Sulu #ACF672

Tints of Sulu #ACF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.24%

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

R = 32.33%
G = 46.24%
B = 21.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#ACF672 (or 0xACF672) is known color: Sulu. HEX triplet: AC, F6 and 72. RGB value is (172,246,114). Sum of RGB (Red+Green+Blue) = 172+246+114=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF672 is #53098D. Grayscale: #D1D1D1. Windows color (decimal): -5441934 or 7534252. OLE color: 7534252.

HSL color Cylindrical-coordinate representation of color #ACF672: hue angle of 93.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF672 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 114 -
CMYK 0.30 0 0.54 0.04
HSL 93.64º 0.88% 0.71% -
HSV(B) 93.64º 0.54% 0.96% -
XYZ 53.01 75.9 27.78 -
YUV 208.83 74.48 101.73 -
System Red Green Blue C M Y K H S L
Decimal 172 246 114 0.30 0 0.54 0.04 93.64 0.88 0.71
Hex AC F6 72 1E 0 36 4 5E 58 47
Octal 254 366 162 36 0 66 4 136 130 107
Binary 10101100 11110110 1110010 11110 0 110110 100 1011110 1011000 1000111

Color Harmonies of #ACF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF672

Black with #ACF672

Text Example


Text Example

White with #ACF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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