Html Css Color HEX #ACF701 Spring Bud

📋 copy color: '#ACF701'

red 172 ◦ green 247 ◦ blue 1

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

Shades of Spring Bud #ACF701

Tints of Spring Bud #ACF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.81%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 40.95%
G = 58.81%
B = 0.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#ACF701 (or 0xACF701) is known color: Spring Bud. HEX triplet: AC, F7 and 01. RGB value is (172,247,1). Sum of RGB (Red+Green+Blue) = 172+247+1=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF701 is #5308FE. Grayscale: #C5C5C5. Windows color (decimal): -5441791 or 128940. OLE color: 128940.

HSL color Cylindrical-coordinate representation of color #ACF701: hue angle of 78.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF701 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 1 -
CMYK 0.30 0 1.00 0.03
HSL 78.29º 0.99% 0.49% -
HSV(B) 78.29º 1% 0.97% -
XYZ 50.28 75.29 11.91 -
YUV 196.53 17.65 110.5 -
System Red Green Blue C M Y K H S L
Decimal 172 247 1 0.30 0 1.00 0.03 78.29 0.99 0.49
Hex AC F7 1 1E 0 64 3 4E 63 31
Octal 254 367 1 36 0 144 3 116 143 61
Binary 10101100 11110111 1 11110 0 1100100 11 1001110 1100011 110001

Color Harmonies of #ACF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF701

Black with #ACF701

Text Example


Text Example

White with #ACF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF701; }

 p { color: rgb(172,247,1); }

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

background-color css

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

 a { background-color: rgb(172,247,1); }

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

border-color css

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

 span { border-color: rgb(172,247,1); }

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