Html Css Color HEX #ACF308 Spring Bud

📋 copy color: '#ACF308'

red 172 ◦ green 243 ◦ blue 8

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

Shades of Spring Bud #ACF308

Tints of Spring Bud #ACF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 40.66%
G = 57.45%
B = 1.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#ACF308 (or 0xACF308) is known color: Spring Bud. HEX triplet: AC, F3 and 08. RGB value is (172,243,8). Sum of RGB (Red+Green+Blue) = 172+243+8=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF308 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF308 is #530CF7. Grayscale: #C3C3C3. Windows color (decimal): -5442808 or 586668. OLE color: 586668.

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

Color convert

RGB 172 243 8 -
CMYK 0.29 0 0.97 0.05
HSL 78.13º 0.94% 0.49% -
HSV(B) 78.13º 0.97% 0.95% -
XYZ 49.11 72.89 11.71 -
YUV 194.98 22.48 111.61 -
System Red Green Blue C M Y K H S L
Decimal 172 243 8 0.29 0 0.97 0.05 78.13 0.94 0.49
Hex AC F3 8 1D 0 61 5 4E 5E 31
Octal 254 363 10 35 0 141 5 116 136 61
Binary 10101100 11110011 1000 11101 0 1100001 101 1001110 1011110 110001

Color Harmonies of #ACF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF308

Black with #ACF308

Text Example


Text Example

White with #ACF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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