Html Css Color HEX #A8F910 Spring Bud

📋 copy color: '#A8F910'

red 168 ◦ green 249 ◦ blue 16

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

Shades of Spring Bud #A8F910

Tints of Spring Bud #A8F910

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.51%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 38.8%
G = 57.51%
B = 3.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#A8F910 (or 0xA8F910) is known color: Spring Bud. HEX triplet: A8, F9 and 10. RGB value is (168,249,16). Sum of RGB (Red+Green+Blue) = 168+249+16=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F910 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F910 is #5706EF. Grayscale: #C7C7C7. Windows color (decimal): -5703408 or 1112488. OLE color: 1112488.

HSL color Cylindrical-coordinate representation of color #A8F910: hue angle of 80.86º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8F910 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 16 -
CMYK 0.33 0 0.94 0.02
HSL 80.86º 0.95% 0.52% -
HSV(B) 80.86º 0.94% 0.98% -
XYZ 50.12 76.11 12.54 -
YUV 198.22 25.16 106.45 -
System Red Green Blue C M Y K H S L
Decimal 168 249 16 0.33 0 0.94 0.02 80.86 0.95 0.52
Hex A8 F9 10 21 0 5E 2 51 5F 34
Octal 250 371 20 41 0 136 2 121 137 64
Binary 10101000 11111001 10000 100001 0 1011110 10 1010001 1011111 110100

Color Harmonies of #A8F910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F910

Black with #A8F910

Text Example


Text Example

White with #A8F910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F910; }

 p { color: rgb(168,249,16); }

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

background-color css

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

 a { background-color: rgb(168,249,16); }

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

border-color css

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

 span { border-color: rgb(168,249,16); }

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