Html Css Color HEX #ACF503 Spring Bud

📋 copy color: '#ACF503'

red 172 ◦ green 245 ◦ blue 3

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

Shades of Spring Bud #ACF503

Tints of Spring Bud #ACF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.33%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 40.95%
G = 58.33%
B = 0.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#ACF503 (or 0xACF503) is known color: Spring Bud. HEX triplet: AC, F5 and 03. RGB value is (172,245,3). Sum of RGB (Red+Green+Blue) = 172+245+3=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 245 (96.09% from 255 or 58.33% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF503 is #530AFC. Grayscale: #C4C4C4. Windows color (decimal): -5442301 or 259500. OLE color: 259500.

HSL color Cylindrical-coordinate representation of color #ACF503: hue angle of 78.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF503 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 3 -
CMYK 0.30 0 0.99 0.04
HSL 78.1º 0.98% 0.49% -
HSV(B) 78.1º 0.99% 0.96% -
XYZ 49.68 74.08 11.77 -
YUV 195.59 19.32 111.18 -
System Red Green Blue C M Y K H S L
Decimal 172 245 3 0.30 0 0.99 0.04 78.1 0.98 0.49
Hex AC F5 3 1E 0 63 4 4E 62 31
Octal 254 365 3 36 0 143 4 116 142 61
Binary 10101100 11110101 11 11110 0 1100011 100 1001110 1100010 110001

Color Harmonies of #ACF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF503

Black with #ACF503

Text Example


Text Example

White with #ACF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF503; }

 p { color: rgb(172,245,3); }

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

background-color css

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

 a { background-color: rgb(172,245,3); }

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

border-color css

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

 span { border-color: rgb(172,245,3); }

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