Html Css Color HEX #ACFE08 Spring Bud

📋 copy color: '#ACFE08'

red 172 ◦ green 254 ◦ blue 8

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

Shades of Spring Bud #ACFE08

Tints of Spring Bud #ACFE08

RGB

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

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

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

R = 39.63%
G = 58.53%
B = 1.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#ACFE08 (or 0xACFE08) is known color: Spring Bud. HEX triplet: AC, FE and 08. RGB value is (172,254,8). Sum of RGB (Red+Green+Blue) = 172+254+8=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE08 is #5301F7. Grayscale: #CACACA. Windows color (decimal): -5439992 or 589484. OLE color: 589484.

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

Color convert

RGB 172 254 8 -
CMYK 0.32 0 0.97 0.00
HSL 80º 0.99% 0.51% -
HSV(B) 80º 0.97% 1% -
XYZ 52.5 79.67 12.84 -
YUV 201.44 18.83 107 -
System Red Green Blue C M Y K H S L
Decimal 172 254 8 0.32 0 0.97 0.00 80 0.99 0.51
Hex AC FE 8 20 0 61 0 50 63 33
Octal 254 376 10 40 0 141 0 120 143 63
Binary 10101100 11111110 1000 100000 0 1100001 0 1010000 1100011 110011

Color Harmonies of #ACFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE08

Black with #ACFE08

Text Example


Text Example

White with #ACFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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