Html Css Color HEX #ACF80F Spring Bud

📋 copy color: '#ACF80F'

red 172 ◦ green 248 ◦ blue 15

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

Shades of Spring Bud #ACF80F

Tints of Spring Bud #ACF80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.45%

R = 39.54%
G = 57.01%
B = 3.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#ACF80F (or 0xACF80F) is known color: Spring Bud. HEX triplet: AC, F8 and 0F. RGB value is (172,248,15). Sum of RGB (Red+Green+Blue) = 172+248+15=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF80F is #5307F0. Grayscale: #C7C7C7. Windows color (decimal): -5441521 or 1046700. OLE color: 1046700.

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

Color convert

RGB 172 248 15 -
CMYK 0.31 0 0.94 0.03
HSL 79.57º 0.94% 0.52% -
HSV(B) 79.57º 0.94% 0.97% -
XYZ 50.67 75.94 12.44 -
YUV 198.71 24.32 108.95 -
System Red Green Blue C M Y K H S L
Decimal 172 248 15 0.31 0 0.94 0.03 79.57 0.94 0.52
Hex AC F8 F 1F 0 5E 3 50 5E 34
Octal 254 370 17 37 0 136 3 120 136 64
Binary 10101100 11111000 1111 11111 0 1011110 11 1010000 1011110 110100

Color Harmonies of #ACF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF80F

Black with #ACF80F

Text Example


Text Example

White with #ACF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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