Html Css Color HEX #ACF500 Spring Bud

📋 copy color: '#ACF500'

red 172 ◦ green 245 ◦ blue 0

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

Shades of Spring Bud #ACF500

Tints of Spring Bud #ACF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.25%
G = 58.75%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#ACF500 (or 0xACF500) is known color: Spring Bud. HEX triplet: AC, F5 and 00. RGB value is (172,245,0). Sum of RGB (Red+Green+Blue) = 172+245+0=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 245 (96.09% from 255 or 58.75% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF500 is #530AFF. Grayscale: #C4C4C4. Windows color (decimal): -5442304 or 62892. OLE color: 62892.

HSL color Cylindrical-coordinate representation of color #ACF500: hue angle of 77.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 0 -
CMYK 0.30 0 1 0.04
HSL 77.88º 1% 0.48% -
HSV(B) 77.88º 1% 0.96% -
XYZ 49.67 74.08 11.68 -
YUV 195.24 17.82 111.42 -
System Red Green Blue C M Y K H S L
Decimal 172 245 0 0.30 0 1 0.04 77.88 1 0.48
Hex AC F5 0 1E 0 64 4 4E 64 30
Octal 254 365 0 36 0 144 4 116 144 60
Binary 10101100 11110101 0 11110 0 1100100 100 1001110 1100100 110000

Color Harmonies of #ACF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF500

Black with #ACF500

Text Example


Text Example

White with #ACF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF500; }

 p { color: rgb(172,245,0); }

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

background-color css

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

 a { background-color: rgb(172,245,0); }

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

border-color css

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

 span { border-color: rgb(172,245,0); }

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