Html Css Color HEX #A8F107 Spring Bud

📋 copy color: '#A8F107'

red 168 ◦ green 241 ◦ blue 7

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

Shades of Spring Bud #A8F107

Tints of Spring Bud #A8F107

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 40.38%
G = 57.93%
B = 1.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A8F107 (or 0xA8F107) is known color: Spring Bud. HEX triplet: A8, F1 and 07. RGB value is (168,241,7). Sum of RGB (Red+Green+Blue) = 168+241+7=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F107 is #570EF8. Grayscale: #C1C1C1. Windows color (decimal): -5705465 or 520616. OLE color: 520616.

HSL color Cylindrical-coordinate representation of color #A8F107: hue angle of 78.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8F107 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 7 -
CMYK 0.30 0 0.97 0.05
HSL 78.72º 0.94% 0.49% -
HSV(B) 78.72º 0.97% 0.95% -
XYZ 47.64 71.25 11.44 -
YUV 192.5 23.32 110.53 -
System Red Green Blue C M Y K H S L
Decimal 168 241 7 0.30 0 0.97 0.05 78.72 0.94 0.49
Hex A8 F1 7 1E 0 61 5 4F 5E 31
Octal 250 361 7 36 0 141 5 117 136 61
Binary 10101000 11110001 111 11110 0 1100001 101 1001111 1011110 110001

Color Harmonies of #A8F107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F107

Black with #A8F107

Text Example


Text Example

White with #A8F107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F107; }

 p { color: rgb(168,241,7); }

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

background-color css

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

 a { background-color: rgb(168,241,7); }

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

border-color css

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

 span { border-color: rgb(168,241,7); }

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