Html Css Color HEX #ACFC74 Sulu

📋 copy color: '#ACFC74'

red 172 ◦ green 252 ◦ blue 116

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

Shades of Sulu #ACFC74

Tints of Sulu #ACFC74

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

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

R = 31.85%
G = 46.67%
B = 21.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#ACFC74 (or 0xACFC74) is known color: Sulu. HEX triplet: AC, FC and 74. RGB value is (172,252,116). Sum of RGB (Red+Green+Blue) = 172+252+116=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC74 is #53038B. Grayscale: #D5D5D5. Windows color (decimal): -5440396 or 7666860. OLE color: 7666860.

HSL color Cylindrical-coordinate representation of color #ACFC74: hue angle of 95.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACFC74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 116 -
CMYK 0.32 0 0.54 0.01
HSL 95.29º 0.96% 0.72% -
HSV(B) 95.29º 0.54% 0.99% -
XYZ 54.98 79.65 29 -
YUV 212.58 73.5 99.06 -
System Red Green Blue C M Y K H S L
Decimal 172 252 116 0.32 0 0.54 0.01 95.29 0.96 0.72
Hex AC FC 74 20 0 36 1 5F 60 48
Octal 254 374 164 40 0 66 1 137 140 110
Binary 10101100 11111100 1110100 100000 0 110110 1 1011111 1100000 1001000

Color Harmonies of #ACFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC74

Black with #ACFC74

Text Example


Text Example

White with #ACFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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