Html Css Color HEX #ACF510 Spring Bud

📋 copy color: '#ACF510'

red 172 ◦ green 245 ◦ blue 16

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

Shades of Spring Bud #ACF510

Tints of Spring Bud #ACF510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 39.72%
G = 56.58%
B = 3.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ACF510 (or 0xACF510) is known color: Spring Bud. HEX triplet: AC, F5 and 10. RGB value is (172,245,16). Sum of RGB (Red+Green+Blue) = 172+245+16=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF510 is #530AEF. Grayscale: #C5C5C5. Windows color (decimal): -5442288 or 1111468. OLE color: 1111468.

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

Color convert

RGB 172 245 16 -
CMYK 0.30 0 0.93 0.04
HSL 79.13º 0.92% 0.51% -
HSV(B) 79.13º 0.93% 0.96% -
XYZ 49.76 74.11 12.17 -
YUV 197.07 25.82 110.12 -
System Red Green Blue C M Y K H S L
Decimal 172 245 16 0.30 0 0.93 0.04 79.13 0.92 0.51
Hex AC F5 10 1E 0 5D 4 4F 5C 33
Octal 254 365 20 36 0 135 4 117 134 63
Binary 10101100 11110101 10000 11110 0 1011101 100 1001111 1011100 110011

Color Harmonies of #ACF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF510

Black with #ACF510

Text Example


Text Example

White with #ACF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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