Html Css Color HEX #ACF309 Spring Bud

📋 copy color: '#ACF309'

red 172 ◦ green 243 ◦ blue 9

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

Shades of Spring Bud #ACF309

Tints of Spring Bud #ACF309

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.31%

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

R = 40.57%
G = 57.31%
B = 2.12%

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

#ACF309 (or 0xACF309) is known color: Spring Bud. HEX triplet: AC, F3 and 09. RGB value is (172,243,9). Sum of RGB (Red+Green+Blue) = 172+243+9=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF309 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF309 is #530CF6. Grayscale: #C3C3C3. Windows color (decimal): -5442807 or 652204. OLE color: 652204.

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

Color convert

RGB 172 243 9 -
CMYK 0.29 0 0.96 0.05
HSL 78.21º 0.93% 0.49% -
HSV(B) 78.21º 0.96% 0.95% -
XYZ 49.11 72.89 11.74 -
YUV 195.1 22.98 111.53 -
System Red Green Blue C M Y K H S L
Decimal 172 243 9 0.29 0 0.96 0.05 78.21 0.93 0.49
Hex AC F3 9 1D 0 60 5 4E 5D 31
Octal 254 363 11 35 0 140 5 116 135 61
Binary 10101100 11110011 1001 11101 0 1100000 101 1001110 1011101 110001

Color Harmonies of #ACF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF309

Black with #ACF309

Text Example


Text Example

White with #ACF309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF309; }

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

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

background-color css

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

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

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

border-color css

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

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

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