Html Css Color HEX #ACF209 Spring Bud

📋 copy color: '#ACF209'

red 172 ◦ green 242 ◦ blue 9

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

Shades of Spring Bud #ACF209

Tints of Spring Bud #ACF209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.21%

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

R = 40.66%
G = 57.21%
B = 2.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#ACF209 (or 0xACF209) is known color: Spring Bud. HEX triplet: AC, F2 and 09. RGB value is (172,242,9). Sum of RGB (Red+Green+Blue) = 172+242+9=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF209 is #530DF6. Grayscale: #C3C3C3. Windows color (decimal): -5443063 or 651948. OLE color: 651948.

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

Color convert

RGB 172 242 9 -
CMYK 0.29 0 0.96 0.05
HSL 78.03º 0.93% 0.49% -
HSV(B) 78.03º 0.96% 0.95% -
XYZ 48.81 72.29 11.64 -
YUV 194.51 23.31 111.95 -
System Red Green Blue C M Y K H S L
Decimal 172 242 9 0.29 0 0.96 0.05 78.03 0.93 0.49
Hex AC F2 9 1D 0 60 5 4E 5D 31
Octal 254 362 11 35 0 140 5 116 135 61
Binary 10101100 11110010 1001 11101 0 1100000 101 1001110 1011101 110001

Color Harmonies of #ACF209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF209

Black with #ACF209

Text Example


Text Example

White with #ACF209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF209; }

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

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

background-color css

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

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

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

border-color css

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

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

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