Html Css Color HEX #ACFE74 Sulu

📋 copy color: '#ACFE74'

red 172 ◦ green 254 ◦ blue 116

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

Shades of Sulu #ACFE74

Tints of Sulu #ACFE74

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.86%

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

R = 31.73%
G = 46.86%
B = 21.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#ACFE74 (or 0xACFE74) is known color: Sulu. HEX triplet: AC, FE and 74. RGB value is (172,254,116). Sum of RGB (Red+Green+Blue) = 172+254+116=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE74 is #53018B. Grayscale: #D6D6D6. Windows color (decimal): -5439884 or 7667372. OLE color: 7667372.

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

Color convert

RGB 172 254 116 -
CMYK 0.32 0 0.54 0.00
HSL 95.65º 0.99% 0.73% -
HSV(B) 95.65º 0.54% 1% -
XYZ 55.61 80.92 29.21 -
YUV 213.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 172 254 116 0.32 0 0.54 0.00 95.65 0.99 0.73
Hex AC FE 74 20 0 36 0 60 63 49
Octal 254 376 164 40 0 66 0 140 143 111
Binary 10101100 11111110 1110100 100000 0 110110 0 1100000 1100011 1001001

Color Harmonies of #ACFE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE74

Black with #ACFE74

Text Example


Text Example

White with #ACFE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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