Html Css Color HEX #ACF306 Spring Bud

📋 copy color: '#ACF306'

red 172 ◦ green 243 ◦ blue 6

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

Shades of Spring Bud #ACF306

Tints of Spring Bud #ACF306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 40.86%
G = 57.72%
B = 1.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ACF306 (or 0xACF306) is known color: Spring Bud. HEX triplet: AC, F3 and 06. RGB value is (172,243,6). Sum of RGB (Red+Green+Blue) = 172+243+6=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 243 (95.31% from 255 or 57.72% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF306 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF306 is #530CF9. Grayscale: #C3C3C3. Windows color (decimal): -5442810 or 455596. OLE color: 455596.

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

Color convert

RGB 172 243 6 -
CMYK 0.29 0 0.98 0.05
HSL 77.97º 0.95% 0.49% -
HSV(B) 77.97º 0.98% 0.95% -
XYZ 49.1 72.88 11.65 -
YUV 194.75 21.48 111.77 -
System Red Green Blue C M Y K H S L
Decimal 172 243 6 0.29 0 0.98 0.05 77.97 0.95 0.49
Hex AC F3 6 1D 0 62 5 4E 5F 31
Octal 254 363 6 35 0 142 5 116 137 61
Binary 10101100 11110011 110 11101 0 1100010 101 1001110 1011111 110001

Color Harmonies of #ACF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF306

Black with #ACF306

Text Example


Text Example

White with #ACF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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