Html Css Color HEX #ACF100 Spring Bud

📋 copy color: '#ACF100'

red 172 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #ACF100

Tints of Spring Bud #ACF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.35%

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

R = 41.65%
G = 58.35%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#ACF100 (or 0xACF100) is known color: Spring Bud. HEX triplet: AC, F1 and 00. RGB value is (172,241,0). Sum of RGB (Red+Green+Blue) = 172+241+0=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF100 is #530EFF. Grayscale: #C1C1C1. Windows color (decimal): -5443328 or 61868. OLE color: 61868.

HSL color Cylindrical-coordinate representation of color #ACF100: hue angle of 77.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 0 -
CMYK 0.29 0 1 0.05
HSL 77.18º 1% 0.47% -
HSV(B) 77.18º 1% 0.95% -
XYZ 48.47 71.68 11.28 -
YUV 192.9 19.14 113.1 -
System Red Green Blue C M Y K H S L
Decimal 172 241 0 0.29 0 1 0.05 77.18 1 0.47
Hex AC F1 0 1D 0 64 5 4D 64 2F
Octal 254 361 0 35 0 144 5 115 144 57
Binary 10101100 11110001 0 11101 0 1100100 101 1001101 1100100 101111

Color Harmonies of #ACF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF100

Black with #ACF100

Text Example


Text Example

White with #ACF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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