Html Css Color HEX #ACF809 Spring Bud

📋 copy color: '#ACF809'

red 172 ◦ green 248 ◦ blue 9

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

Shades of Spring Bud #ACF809

Tints of Spring Bud #ACF809

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.81%

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

R = 40.09%
G = 57.81%
B = 2.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#ACF809 (or 0xACF809) is known color: Spring Bud. HEX triplet: AC, F8 and 09. RGB value is (172,248,9). Sum of RGB (Red+Green+Blue) = 172+248+9=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF809 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF809 is #5307F6. Grayscale: #C6C6C6. Windows color (decimal): -5441527 or 653484. OLE color: 653484.

HSL color Cylindrical-coordinate representation of color #ACF809: hue angle of 79.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF809 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 9 -
CMYK 0.31 0 0.96 0.03
HSL 79.08º 0.94% 0.5% -
HSV(B) 79.08º 0.96% 0.97% -
XYZ 50.63 75.93 12.24 -
YUV 198.03 21.32 109.43 -
System Red Green Blue C M Y K H S L
Decimal 172 248 9 0.31 0 0.96 0.03 79.08 0.94 0.5
Hex AC F8 9 1F 0 60 3 4F 5E 32
Octal 254 370 11 37 0 140 3 117 136 62
Binary 10101100 11111000 1001 11111 0 1100000 11 1001111 1011110 110010

Color Harmonies of #ACF809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF809

Black with #ACF809

Text Example


Text Example

White with #ACF809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF809; }

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

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

background-color css

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

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

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

border-color css

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

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

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