Html Css Color HEX #ACF409 Spring Bud

📋 copy color: '#ACF409'

red 172 ◦ green 244 ◦ blue 9

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

Shades of Spring Bud #ACF409

Tints of Spring Bud #ACF409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.12%

R = 40.47%
G = 57.41%
B = 2.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#ACF409 (or 0xACF409) is known color: Spring Bud. HEX triplet: AC, F4 and 09. RGB value is (172,244,9). Sum of RGB (Red+Green+Blue) = 172+244+9=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF409 is #530BF6. Grayscale: #C4C4C4. Windows color (decimal): -5442551 or 652460. OLE color: 652460.

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

Color convert

RGB 172 244 9 -
CMYK 0.30 0 0.96 0.04
HSL 78.38º 0.93% 0.5% -
HSV(B) 78.38º 0.96% 0.96% -
XYZ 49.41 73.49 11.84 -
YUV 195.68 22.65 111.11 -
System Red Green Blue C M Y K H S L
Decimal 172 244 9 0.30 0 0.96 0.04 78.38 0.93 0.5
Hex AC F4 9 1E 0 60 4 4E 5D 32
Octal 254 364 11 36 0 140 4 116 135 62
Binary 10101100 11110100 1001 11110 0 1100000 100 1001110 1011101 110010

Color Harmonies of #ACF409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF409

Black with #ACF409

Text Example


Text Example

White with #ACF409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF409; }

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

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

background-color css

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

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

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

border-color css

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

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

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