Html Css Color HEX #ACF609 Spring Bud

📋 copy color: '#ACF609'

red 172 ◦ green 246 ◦ blue 9

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

Shades of Spring Bud #ACF609

Tints of Spring Bud #ACF609

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.61%

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

R = 40.28%
G = 57.61%
B = 2.11%

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

#ACF609 (or 0xACF609) is known color: Spring Bud. HEX triplet: AC, F6 and 09. RGB value is (172,246,9). Sum of RGB (Red+Green+Blue) = 172+246+9=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 246 (96.48% from 255 or 57.61% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF609 is #5309F6. Grayscale: #C5C5C5. Windows color (decimal): -5442039 or 652972. OLE color: 652972.

HSL color Cylindrical-coordinate representation of color #ACF609: hue angle of 78.73º 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 #ACF609 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 9 -
CMYK 0.30 0 0.96 0.04
HSL 78.73º 0.93% 0.5% -
HSV(B) 78.73º 0.96% 0.96% -
XYZ 50.02 74.7 12.04 -
YUV 196.86 21.98 110.27 -
System Red Green Blue C M Y K H S L
Decimal 172 246 9 0.30 0 0.96 0.04 78.73 0.93 0.5
Hex AC F6 9 1E 0 60 4 4F 5D 32
Octal 254 366 11 36 0 140 4 117 135 62
Binary 10101100 11110110 1001 11110 0 1100000 100 1001111 1011101 110010

Color Harmonies of #ACF609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF609

Black with #ACF609

Text Example


Text Example

White with #ACF609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF609; }

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

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

background-color css

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

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

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

border-color css

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

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

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