Html Css Color HEX #ACF006 Spring Bud

📋 copy color: '#ACF006'

red 172 ◦ green 240 ◦ blue 6

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

Shades of Spring Bud #ACF006

Tints of Spring Bud #ACF006

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.42%

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

R = 41.15%
G = 57.42%
B = 1.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#ACF006 (or 0xACF006) is known color: Spring Bud. HEX triplet: AC, F0 and 06. RGB value is (172,240,6). Sum of RGB (Red+Green+Blue) = 172+240+6=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF006 is #530FF9. Grayscale: #C1C1C1. Windows color (decimal): -5443578 or 454828. OLE color: 454828.

HSL color Cylindrical-coordinate representation of color #ACF006: hue angle of 77.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF006 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 6 -
CMYK 0.28 0 0.98 0.06
HSL 77.44º 0.95% 0.48% -
HSV(B) 77.44º 0.98% 0.94% -
XYZ 48.21 71.1 11.36 -
YUV 192.99 22.47 113.03 -
System Red Green Blue C M Y K H S L
Decimal 172 240 6 0.28 0 0.98 0.06 77.44 0.95 0.48
Hex AC F0 6 1C 0 62 6 4D 5F 30
Octal 254 360 6 34 0 142 6 115 137 60
Binary 10101100 11110000 110 11100 0 1100010 110 1001101 1011111 110000

Color Harmonies of #ACF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF006

Black with #ACF006

Text Example


Text Example

White with #ACF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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