Html Css Color HEX #ACFF08 Spring Bud

📋 copy color: '#ACFF08'

red 172 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #ACFF08

Tints of Spring Bud #ACFF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.84%

R = 39.54%
G = 58.62%
B = 1.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#ACFF08 (or 0xACFF08) is known color: Spring Bud. HEX triplet: AC, FF and 08. RGB value is (172,255,8). Sum of RGB (Red+Green+Blue) = 172+255+8=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF08 is #5300F7. Grayscale: #CACACA. Windows color (decimal): -5439736 or 589740. OLE color: 589740.

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

Color convert

RGB 172 255 8 -
CMYK 0.33 0 0.97 0
HSL 80.16º 1% 0.52% -
HSV(B) 80.16º 0.97% 1% -
XYZ 52.82 80.31 12.95 -
YUV 202.03 18.5 106.58 -
System Red Green Blue C M Y K H S L
Decimal 172 255 8 0.33 0 0.97 0 80.16 1 0.52
Hex AC FF 8 21 0 61 0 50 64 34
Octal 254 377 10 41 0 141 0 120 144 64
Binary 10101100 11111111 1000 100001 0 1100001 0 1010000 1100100 110100

Color Harmonies of #ACFF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF08

Black with #ACFF08

Text Example


Text Example

White with #ACFF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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