Html Css Color HEX #ACF808 Spring Bud

📋 copy color: '#ACF808'

red 172 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #ACF808

Tints of Spring Bud #ACF808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.94%

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

R = 40.19%
G = 57.94%
B = 1.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#ACF808 (or 0xACF808) is known color: Spring Bud. HEX triplet: AC, F8 and 08. RGB value is (172,248,8). Sum of RGB (Red+Green+Blue) = 172+248+8=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 248 (97.27% from 255 or 57.94% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF808 is #5307F7. Grayscale: #C6C6C6. Windows color (decimal): -5441528 or 587948. OLE color: 587948.

HSL color Cylindrical-coordinate representation of color #ACF808: hue angle of 79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF808 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 8 -
CMYK 0.31 0 0.97 0.03
HSL 79º 0.94% 0.5% -
HSV(B) 79º 0.97% 0.97% -
XYZ 50.62 75.92 12.22 -
YUV 197.92 20.82 109.51 -
System Red Green Blue C M Y K H S L
Decimal 172 248 8 0.31 0 0.97 0.03 79 0.94 0.5
Hex AC F8 8 1F 0 61 3 4F 5E 32
Octal 254 370 10 37 0 141 3 117 136 62
Binary 10101100 11111000 1000 11111 0 1100001 11 1001111 1011110 110010

Color Harmonies of #ACF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF808

Black with #ACF808

Text Example


Text Example

White with #ACF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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