Html Css Color HEX #ACFF05 Spring Bud

📋 copy color: '#ACFF05'

red 172 ◦ green 255 ◦ blue 5

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

Shades of Spring Bud #ACFF05

Tints of Spring Bud #ACFF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 39.81%
G = 59.03%
B = 1.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#ACFF05 (or 0xACFF05) is known color: Spring Bud. HEX triplet: AC, FF and 05. RGB value is (172,255,5). Sum of RGB (Red+Green+Blue) = 172+255+5=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF05 is #5300FA. Grayscale: #CACACA. Windows color (decimal): -5439739 or 393132. OLE color: 393132.

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

Color convert

RGB 172 255 5 -
CMYK 0.33 0 0.98 0
HSL 79.92º 1% 0.51% -
HSV(B) 79.92º 0.98% 1% -
XYZ 52.8 80.3 12.86 -
YUV 201.68 17 106.83 -
System Red Green Blue C M Y K H S L
Decimal 172 255 5 0.33 0 0.98 0 79.92 1 0.51
Hex AC FF 5 21 0 62 0 50 64 33
Octal 254 377 5 41 0 142 0 120 144 63
Binary 10101100 11111111 101 100001 0 1100010 0 1010000 1100100 110011

Color Harmonies of #ACFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF05

Black with #ACFF05

Text Example


Text Example

White with #ACFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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