Html Css Color HEX #ACF914 Spring Bud

📋 copy color: '#ACF914'

red 172 ◦ green 249 ◦ blue 20

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

Shades of Spring Bud #ACF914

Tints of Spring Bud #ACF914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 39%
G = 56.46%
B = 4.54%

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

#ACF914 (or 0xACF914) is known color: Spring Bud. HEX triplet: AC, F9 and 14. RGB value is (172,249,20). Sum of RGB (Red+Green+Blue) = 172+249+20=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF914 is #5306EB. Grayscale: #C8C8C8. Windows color (decimal): -5441260 or 1374636. OLE color: 1374636.

HSL color Cylindrical-coordinate representation of color #ACF914: hue angle of 80.17º 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 #ACF914 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 20 -
CMYK 0.31 0 0.92 0.02
HSL 80.17º 0.95% 0.53% -
HSV(B) 80.17º 0.92% 0.98% -
XYZ 51.02 76.57 12.75 -
YUV 199.87 26.49 108.12 -
System Red Green Blue C M Y K H S L
Decimal 172 249 20 0.31 0 0.92 0.02 80.17 0.95 0.53
Hex AC F9 14 1F 0 5C 2 50 5F 35
Octal 254 371 24 37 0 134 2 120 137 65
Binary 10101100 11111001 10100 11111 0 1011100 10 1010000 1011111 110101

Color Harmonies of #ACF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF914

Black with #ACF914

Text Example


Text Example

White with #ACF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF914; }

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

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

background-color css

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

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

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

border-color css

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

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

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