Html Css Color HEX #ACF813 Spring Bud

📋 copy color: '#ACF813'

red 172 ◦ green 248 ◦ blue 19

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

Shades of Spring Bud #ACF813

Tints of Spring Bud #ACF813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.33%

R = 39.18%
G = 56.49%
B = 4.33%

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

#ACF813 (or 0xACF813) is known color: Spring Bud. HEX triplet: AC, F8 and 13. RGB value is (172,248,19). Sum of RGB (Red+Green+Blue) = 172+248+19=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF813 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF813 is #5307EC. Grayscale: #C8C8C8. Windows color (decimal): -5441517 or 1308844. OLE color: 1308844.

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

Color convert

RGB 172 248 19 -
CMYK 0.31 0 0.92 0.03
HSL 79.91º 0.94% 0.52% -
HSV(B) 79.91º 0.92% 0.97% -
XYZ 50.7 75.95 12.6 -
YUV 199.17 26.32 108.62 -
System Red Green Blue C M Y K H S L
Decimal 172 248 19 0.31 0 0.92 0.03 79.91 0.94 0.52
Hex AC F8 13 1F 0 5C 3 50 5E 34
Octal 254 370 23 37 0 134 3 120 136 64
Binary 10101100 11111000 10011 11111 0 1011100 11 1010000 1011110 110100

Color Harmonies of #ACF813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF813

Black with #ACF813

Text Example


Text Example

White with #ACF813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF813; }

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

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

background-color css

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

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

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

border-color css

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

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

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