Html Css Color HEX #ACF507 Spring Bud

📋 copy color: '#ACF507'

red 172 ◦ green 245 ◦ blue 7

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

Shades of Spring Bud #ACF507

Tints of Spring Bud #ACF507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 40.57%
G = 57.78%
B = 1.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#ACF507 (or 0xACF507) is known color: Spring Bud. HEX triplet: AC, F5 and 07. RGB value is (172,245,7). Sum of RGB (Red+Green+Blue) = 172+245+7=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF507 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF507 is #530AF8. Grayscale: #C4C4C4. Windows color (decimal): -5442297 or 521644. OLE color: 521644.

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

Color convert

RGB 172 245 7 -
CMYK 0.30 0 0.97 0.04
HSL 78.4º 0.94% 0.49% -
HSV(B) 78.4º 0.97% 0.96% -
XYZ 49.7 74.09 11.88 -
YUV 196.04 21.32 110.85 -
System Red Green Blue C M Y K H S L
Decimal 172 245 7 0.30 0 0.97 0.04 78.4 0.94 0.49
Hex AC F5 7 1E 0 61 4 4E 5E 31
Octal 254 365 7 36 0 141 4 116 136 61
Binary 10101100 11110101 111 11110 0 1100001 100 1001110 1011110 110001

Color Harmonies of #ACF507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF507

Black with #ACF507

Text Example


Text Example

White with #ACF507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF507; }

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

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

background-color css

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

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

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

border-color css

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

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

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