Html Css Color HEX #ACF80E Spring Bud

📋 copy color: '#ACF80E'

red 172 ◦ green 248 ◦ blue 14

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

Shades of Spring Bud #ACF80E

Tints of Spring Bud #ACF80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 39.63%
G = 57.14%
B = 3.23%

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

#ACF80E (or 0xACF80E) is known color: Spring Bud. HEX triplet: AC, F8 and 0E. RGB value is (172,248,14). Sum of RGB (Red+Green+Blue) = 172+248+14=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF80E is #5307F1. Grayscale: #C7C7C7. Windows color (decimal): -5441522 or 981164. OLE color: 981164.

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

Color convert

RGB 172 248 14 -
CMYK 0.31 0 0.94 0.03
HSL 79.49º 0.94% 0.51% -
HSV(B) 79.49º 0.94% 0.97% -
XYZ 50.66 75.94 12.4 -
YUV 198.6 23.82 109.03 -
System Red Green Blue C M Y K H S L
Decimal 172 248 14 0.31 0 0.94 0.03 79.49 0.94 0.51
Hex AC F8 E 1F 0 5E 3 4F 5E 33
Octal 254 370 16 37 0 136 3 117 136 63
Binary 10101100 11111000 1110 11111 0 1011110 11 1001111 1011110 110011

Color Harmonies of #ACF80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF80E

Black with #ACF80E

Text Example


Text Example

White with #ACF80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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