Html Css Color HEX #ACF913 Spring Bud

📋 copy color: '#ACF913'

red 172 ◦ green 249 ◦ blue 19

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

Shades of Spring Bud #ACF913

Tints of Spring Bud #ACF913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.59%

 BLUE value IS 19 (7.81% from 255) = 4.32%

R = 39.09%
G = 56.59%
B = 4.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#ACF913 (or 0xACF913) is known color: Spring Bud. HEX triplet: AC, F9 and 13. RGB value is (172,249,19). Sum of RGB (Red+Green+Blue) = 172+249+19=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF913 is #5306EC. Grayscale: #C8C8C8. Windows color (decimal): -5441261 or 1309100. OLE color: 1309100.

HSL color Cylindrical-coordinate representation of color #ACF913: hue angle of 80.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF913 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 19 -
CMYK 0.31 0 0.92 0.02
HSL 80.09º 0.95% 0.53% -
HSV(B) 80.09º 0.92% 0.98% -
XYZ 51.01 76.57 12.71 -
YUV 199.76 25.99 108.2 -
System Red Green Blue C M Y K H S L
Decimal 172 249 19 0.31 0 0.92 0.02 80.09 0.95 0.53
Hex AC F9 13 1F 0 5C 2 50 5F 35
Octal 254 371 23 37 0 134 2 120 137 65
Binary 10101100 11111001 10011 11111 0 1011100 10 1010000 1011111 110101

Color Harmonies of #ACF913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF913

Black with #ACF913

Text Example


Text Example

White with #ACF913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF913; }

 p { color: rgb(172,249,19); }

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

background-color css

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

 a { background-color: rgb(172,249,19); }

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

border-color css

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

 span { border-color: rgb(172,249,19); }

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