Html Css Color HEX #ACFD14 Spring Bud

📋 copy color: '#ACFD14'

red 172 ◦ green 253 ◦ blue 20

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

Shades of Spring Bud #ACFD14

Tints of Spring Bud #ACFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.85%

 BLUE value IS 20 (8.2% from 255) = 4.49%

R = 38.65%
G = 56.85%
B = 4.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#ACFD14 (or 0xACFD14) is known color: Spring Bud. HEX triplet: AC, FD and 14. RGB value is (172,253,20). Sum of RGB (Red+Green+Blue) = 172+253+20=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD14 is #5302EB. Grayscale: #CBCBCB. Windows color (decimal): -5440236 or 1375660. OLE color: 1375660.

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

Color convert

RGB 172 253 20 -
CMYK 0.32 0 0.92 0.01
HSL 80.86º 0.98% 0.54% -
HSV(B) 80.86º 0.92% 0.99% -
XYZ 52.26 79.07 13.17 -
YUV 202.22 25.16 106.45 -
System Red Green Blue C M Y K H S L
Decimal 172 253 20 0.32 0 0.92 0.01 80.86 0.98 0.54
Hex AC FD 14 20 0 5C 1 51 62 36
Octal 254 375 24 40 0 134 1 121 142 66
Binary 10101100 11111101 10100 100000 0 1011100 1 1010001 1100010 110110

Color Harmonies of #ACFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD14

Black with #ACFD14

Text Example


Text Example

White with #ACFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD14; }

 p { color: rgb(172,253,20); }

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

background-color css

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

 a { background-color: rgb(172,253,20); }

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

border-color css

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

 span { border-color: rgb(172,253,20); }

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