Html Css Color HEX #A8F40F Spring Bud

📋 copy color: '#A8F40F'

red 168 ◦ green 244 ◦ blue 15

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

Shades of Spring Bud #A8F40F

Tints of Spring Bud #A8F40F

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

 GREEN value IS 244 (95.7% from 255) = 57.14%

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

R = 39.34%
G = 57.14%
B = 3.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#A8F40F (or 0xA8F40F) is known color: Spring Bud. HEX triplet: A8, F4 and 0F. RGB value is (168,244,15). Sum of RGB (Red+Green+Blue) = 168+244+15=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F40F is #570BF0. Grayscale: #C4C4C4. Windows color (decimal): -5704689 or 1045672. OLE color: 1045672.

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

Color convert

RGB 168 244 15 -
CMYK 0.31 0 0.94 0.04
HSL 79.91º 0.91% 0.51% -
HSV(B) 79.91º 0.94% 0.96% -
XYZ 48.59 73.06 11.99 -
YUV 195.17 26.32 108.62 -
System Red Green Blue C M Y K H S L
Decimal 168 244 15 0.31 0 0.94 0.04 79.91 0.91 0.51
Hex A8 F4 F 1F 0 5E 4 50 5B 33
Octal 250 364 17 37 0 136 4 120 133 63
Binary 10101000 11110100 1111 11111 0 1011110 100 1010000 1011011 110011

Color Harmonies of #A8F40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F40F

Black with #A8F40F

Text Example


Text Example

White with #A8F40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F40F; }

 p { color: rgb(168,244,15); }

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

background-color css

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

 a { background-color: rgb(168,244,15); }

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

border-color css

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

 span { border-color: rgb(168,244,15); }

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