Html Css Color HEX #ACF815 Spring Bud

📋 copy color: '#ACF815'

red 172 ◦ green 248 ◦ blue 21

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

Shades of Spring Bud #ACF815

Tints of Spring Bud #ACF815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.24%

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 39%
G = 56.24%
B = 4.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#ACF815 (or 0xACF815) is known color: Spring Bud. HEX triplet: AC, F8 and 15. RGB value is (172,248,21). Sum of RGB (Red+Green+Blue) = 172+248+21=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF815 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF815 is #5307EA. Grayscale: #C8C8C8. Windows color (decimal): -5441515 or 1439916. OLE color: 1439916.

HSL color Cylindrical-coordinate representation of color #ACF815: hue angle of 80.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF815 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 21 -
CMYK 0.31 0 0.92 0.03
HSL 80.09º 0.94% 0.53% -
HSV(B) 80.09º 0.92% 0.97% -
XYZ 50.72 75.96 12.7 -
YUV 199.4 27.32 108.46 -
System Red Green Blue C M Y K H S L
Decimal 172 248 21 0.31 0 0.92 0.03 80.09 0.94 0.53
Hex AC F8 15 1F 0 5C 3 50 5E 35
Octal 254 370 25 37 0 134 3 120 136 65
Binary 10101100 11111000 10101 11111 0 1011100 11 1010000 1011110 110101

Color Harmonies of #ACF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF815

Black with #ACF815

Text Example


Text Example

White with #ACF815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF815; }

 p { color: rgb(172,248,21); }

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

background-color css

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

 a { background-color: rgb(172,248,21); }

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

border-color css

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

 span { border-color: rgb(172,248,21); }

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