Html Css Color HEX #ACF901 Spring Bud

📋 copy color: '#ACF901'

red 172 ◦ green 249 ◦ blue 1

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

Shades of Spring Bud #ACF901

Tints of Spring Bud #ACF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59%

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

R = 40.76%
G = 59%
B = 0.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#ACF901 (or 0xACF901) is known color: Spring Bud. HEX triplet: AC, F9 and 01. RGB value is (172,249,1). Sum of RGB (Red+Green+Blue) = 172+249+1=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF901 is #5306FE. Grayscale: #C6C6C6. Windows color (decimal): -5441279 or 129452. OLE color: 129452.

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

Color convert

RGB 172 249 1 -
CMYK 0.31 0 1.00 0.02
HSL 78.63º 0.99% 0.49% -
HSV(B) 78.63º 1% 0.98% -
XYZ 50.89 76.52 12.12 -
YUV 197.71 16.99 109.67 -
System Red Green Blue C M Y K H S L
Decimal 172 249 1 0.31 0 1.00 0.02 78.63 0.99 0.49
Hex AC F9 1 1F 0 64 2 4F 63 31
Octal 254 371 1 37 0 144 2 117 143 61
Binary 10101100 11111001 1 11111 0 1100100 10 1001111 1100011 110001

Color Harmonies of #ACF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF901

Black with #ACF901

Text Example


Text Example

White with #ACF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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