Html Css Color HEX #ACF874 Sulu

📋 copy color: '#ACF874'

red 172 ◦ green 248 ◦ blue 116

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

Shades of Sulu #ACF874

Tints of Sulu #ACF874

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

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

R = 32.09%
G = 46.27%
B = 21.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#ACF874 (or 0xACF874) is known color: Sulu. HEX triplet: AC, F8 and 74. RGB value is (172,248,116). Sum of RGB (Red+Green+Blue) = 172+248+116=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF874 is #53078B. Grayscale: #D2D2D2. Windows color (decimal): -5441420 or 7665836. OLE color: 7665836.

HSL color Cylindrical-coordinate representation of color #ACF874: hue angle of 94.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF874 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 116 -
CMYK 0.31 0 0.53 0.03
HSL 94.55º 0.9% 0.71% -
HSV(B) 94.55º 0.53% 0.97% -
XYZ 53.73 77.17 28.59 -
YUV 210.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 172 248 116 0.31 0 0.53 0.03 94.55 0.9 0.71
Hex AC F8 74 1F 0 35 3 5F 5A 47
Octal 254 370 164 37 0 65 3 137 132 107
Binary 10101100 11111000 1110100 11111 0 110101 11 1011111 1011010 1000111

Color Harmonies of #ACF874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF874

Black with #ACF874

Text Example


Text Example

White with #ACF874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF874; }

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

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

background-color css

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

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

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

border-color css

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

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

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