Html Css Color HEX #ACF104 Spring Bud

📋 copy color: '#ACF104'

red 172 ◦ green 241 ◦ blue 4

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

Shades of Spring Bud #ACF104

Tints of Spring Bud #ACF104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 41.25%
G = 57.79%
B = 0.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ACF104 (or 0xACF104) is known color: Spring Bud. HEX triplet: AC, F1 and 04. RGB value is (172,241,4). Sum of RGB (Red+Green+Blue) = 172+241+4=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF104 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF104 is #530EFB. Grayscale: #C2C2C2. Windows color (decimal): -5443324 or 324012. OLE color: 324012.

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

Color convert

RGB 172 241 4 -
CMYK 0.29 0 0.98 0.05
HSL 77.47º 0.97% 0.48% -
HSV(B) 77.47º 0.98% 0.95% -
XYZ 48.49 71.69 11.4 -
YUV 193.35 21.14 112.77 -
System Red Green Blue C M Y K H S L
Decimal 172 241 4 0.29 0 0.98 0.05 77.47 0.97 0.48
Hex AC F1 4 1D 0 62 5 4D 61 30
Octal 254 361 4 35 0 142 5 115 141 60
Binary 10101100 11110001 100 11101 0 1100010 101 1001101 1100001 110000

Color Harmonies of #ACF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF104

Black with #ACF104

Text Example


Text Example

White with #ACF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF104; }

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

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

background-color css

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

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

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

border-color css

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

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

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