Html Css Color HEX #ACFE15 Spring Bud

📋 copy color: '#ACFE15'

red 172 ◦ green 254 ◦ blue 21

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

Shades of Spring Bud #ACFE15

Tints of Spring Bud #ACFE15

RGB

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

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

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

R = 38.48%
G = 56.82%
B = 4.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#ACFE15 (or 0xACFE15) is known color: Spring Bud. HEX triplet: AC, FE and 15. RGB value is (172,254,21). Sum of RGB (Red+Green+Blue) = 172+254+21=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE15 is #5301EA. Grayscale: #CBCBCB. Windows color (decimal): -5439979 or 1441452. OLE color: 1441452.

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

Color convert

RGB 172 254 21 -
CMYK 0.32 0 0.92 0.00
HSL 81.12º 0.99% 0.54% -
HSV(B) 81.12º 0.92% 1% -
XYZ 52.59 79.71 13.32 -
YUV 202.92 25.33 105.95 -
System Red Green Blue C M Y K H S L
Decimal 172 254 21 0.32 0 0.92 0.00 81.12 0.99 0.54
Hex AC FE 15 20 0 5C 0 51 63 36
Octal 254 376 25 40 0 134 0 121 143 66
Binary 10101100 11111110 10101 100000 0 1011100 0 1010001 1100011 110110

Color Harmonies of #ACFE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE15

Black with #ACFE15

Text Example


Text Example

White with #ACFE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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