Html Css Color HEX #ACF505 Spring Bud

📋 copy color: '#ACF505'

red 172 ◦ green 245 ◦ blue 5

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

Shades of Spring Bud #ACF505

Tints of Spring Bud #ACF505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 40.76%
G = 58.06%
B = 1.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#ACF505 (or 0xACF505) is known color: Spring Bud. HEX triplet: AC, F5 and 05. RGB value is (172,245,5). Sum of RGB (Red+Green+Blue) = 172+245+5=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF505 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF505 is #530AFA. Grayscale: #C4C4C4. Windows color (decimal): -5442299 or 390572. OLE color: 390572.

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

Color convert

RGB 172 245 5 -
CMYK 0.30 0 0.98 0.04
HSL 78.25º 0.96% 0.49% -
HSV(B) 78.25º 0.98% 0.96% -
XYZ 49.69 74.09 11.82 -
YUV 195.81 20.32 111.01 -
System Red Green Blue C M Y K H S L
Decimal 172 245 5 0.30 0 0.98 0.04 78.25 0.96 0.49
Hex AC F5 5 1E 0 62 4 4E 60 31
Octal 254 365 5 36 0 142 4 116 140 61
Binary 10101100 11110101 101 11110 0 1100010 100 1001110 1100000 110001

Color Harmonies of #ACF505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF505

Black with #ACF505

Text Example


Text Example

White with #ACF505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF505; }

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

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

background-color css

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

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

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

border-color css

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

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

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