Html Css Color HEX #ACF806 Spring Bud

📋 copy color: '#ACF806'

red 172 ◦ green 248 ◦ blue 6

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

Shades of Spring Bud #ACF806

Tints of Spring Bud #ACF806

RGB

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

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

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

R = 40.38%
G = 58.22%
B = 1.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#ACF806 (or 0xACF806) is known color: Spring Bud. HEX triplet: AC, F8 and 06. RGB value is (172,248,6). Sum of RGB (Red+Green+Blue) = 172+248+6=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF806 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF806 is #5307F9. Grayscale: #C6C6C6. Windows color (decimal): -5441530 or 456876. OLE color: 456876.

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

Color convert

RGB 172 248 6 -
CMYK 0.31 0 0.98 0.03
HSL 78.84º 0.95% 0.5% -
HSV(B) 78.84º 0.98% 0.97% -
XYZ 50.61 75.92 12.16 -
YUV 197.69 19.82 109.68 -
System Red Green Blue C M Y K H S L
Decimal 172 248 6 0.31 0 0.98 0.03 78.84 0.95 0.5
Hex AC F8 6 1F 0 62 3 4F 5F 32
Octal 254 370 6 37 0 142 3 117 137 62
Binary 10101100 11111000 110 11111 0 1100010 11 1001111 1011111 110010

Color Harmonies of #ACF806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF806

Black with #ACF806

Text Example


Text Example

White with #ACF806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF806; }

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

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

background-color css

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

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

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

border-color css

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

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

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