Html Css Color HEX #ACFF15 Spring Bud

📋 copy color: '#ACFF15'

red 172 ◦ green 255 ◦ blue 21

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

Shades of Spring Bud #ACFF15

Tints of Spring Bud #ACFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 56.92%

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 38.39%
G = 56.92%
B = 4.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#ACFF15 (or 0xACFF15) is known color: Spring Bud. HEX triplet: AC, FF and 15. RGB value is (172,255,21). Sum of RGB (Red+Green+Blue) = 172+255+21=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF15 is #5300EA. Grayscale: #CCCCCC. Windows color (decimal): -5439723 or 1441708. OLE color: 1441708.

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

Color convert

RGB 172 255 21 -
CMYK 0.33 0 0.92 0
HSL 81.28º 1% 0.54% -
HSV(B) 81.28º 0.92% 1% -
XYZ 52.91 80.34 13.43 -
YUV 203.51 25 105.53 -
System Red Green Blue C M Y K H S L
Decimal 172 255 21 0.33 0 0.92 0 81.28 1 0.54
Hex AC FF 15 21 0 5C 0 51 64 36
Octal 254 377 25 41 0 134 0 121 144 66
Binary 10101100 11111111 10101 100001 0 1011100 0 1010001 1100100 110110

Color Harmonies of #ACFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF15

Black with #ACFF15

Text Example


Text Example

White with #ACFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF15; }

 p { color: rgb(172,255,21); }

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

background-color css

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

 a { background-color: rgb(172,255,21); }

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

border-color css

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

 span { border-color: rgb(172,255,21); }

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