Html Css Color HEX #ACF40F Spring Bud

📋 copy color: '#ACF40F'

red 172 ◦ green 244 ◦ blue 15

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

Shades of Spring Bud #ACF40F

Tints of Spring Bud #ACF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.61%

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 39.91%
G = 56.61%
B = 3.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#ACF40F (or 0xACF40F) is known color: Spring Bud. HEX triplet: AC, F4 and 0F. RGB value is (172,244,15). Sum of RGB (Red+Green+Blue) = 172+244+15=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 244 (95.70% from 255 or 56.61% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF40F is #530BF0. Grayscale: #C5C5C5. Windows color (decimal): -5442545 or 1045676. OLE color: 1045676.

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

Color convert

RGB 172 244 15 -
CMYK 0.30 0 0.94 0.04
HSL 78.86º 0.91% 0.51% -
HSV(B) 78.86º 0.94% 0.96% -
XYZ 49.45 73.51 12.03 -
YUV 196.37 25.65 110.62 -
System Red Green Blue C M Y K H S L
Decimal 172 244 15 0.30 0 0.94 0.04 78.86 0.91 0.51
Hex AC F4 F 1E 0 5E 4 4F 5B 33
Octal 254 364 17 36 0 136 4 117 133 63
Binary 10101100 11110100 1111 11110 0 1011110 100 1001111 1011011 110011

Color Harmonies of #ACF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF40F

Black with #ACF40F

Text Example


Text Example

White with #ACF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF40F; }

 p { color: rgb(172,244,15); }

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

background-color css

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

 a { background-color: rgb(172,244,15); }

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

border-color css

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

 span { border-color: rgb(172,244,15); }

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