Html Css Color HEX #ACFD16 Spring Bud

📋 copy color: '#ACFD16'

red 172 ◦ green 253 ◦ blue 22

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

Shades of Spring Bud #ACFD16

Tints of Spring Bud #ACFD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.92%

R = 38.48%
G = 56.6%
B = 4.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#ACFD16 (or 0xACFD16) is known color: Spring Bud. HEX triplet: AC, FD and 16. RGB value is (172,253,22). Sum of RGB (Red+Green+Blue) = 172+253+22=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD16 is #5302E9. Grayscale: #CBCBCB. Windows color (decimal): -5440234 or 1506732. OLE color: 1506732.

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

Color convert

RGB 172 253 22 -
CMYK 0.32 0 0.91 0.01
HSL 81.04º 0.98% 0.54% -
HSV(B) 81.04º 0.91% 0.99% -
XYZ 52.28 79.08 13.27 -
YUV 202.45 26.16 106.28 -
System Red Green Blue C M Y K H S L
Decimal 172 253 22 0.32 0 0.91 0.01 81.04 0.98 0.54
Hex AC FD 16 20 0 5B 1 51 62 36
Octal 254 375 26 40 0 133 1 121 142 66
Binary 10101100 11111101 10110 100000 0 1011011 1 1010001 1100010 110110

Color Harmonies of #ACFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD16

Black with #ACFD16

Text Example


Text Example

White with #ACFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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