Html Css Color HEX #A8FB0A Spring Bud

📋 copy color: '#A8FB0A'

red 168 ◦ green 251 ◦ blue 10

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

Shades of Spring Bud #A8FB0A

Tints of Spring Bud #A8FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.51%

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 39.16%
G = 58.51%
B = 2.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#A8FB0A (or 0xA8FB0A) is known color: Spring Bud. HEX triplet: A8, FB and 0A. RGB value is (168,251,10). Sum of RGB (Red+Green+Blue) = 168+251+10=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB0A is #5704F5. Grayscale: #C7C7C7. Windows color (decimal): -5702902 or 719784. OLE color: 719784.

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

Color convert

RGB 168 251 10 -
CMYK 0.33 0 0.96 0.02
HSL 80.66º 0.97% 0.51% -
HSV(B) 80.66º 0.96% 0.98% -
XYZ 50.7 77.34 12.54 -
YUV 198.71 21.5 106.1 -
System Red Green Blue C M Y K H S L
Decimal 168 251 10 0.33 0 0.96 0.02 80.66 0.97 0.51
Hex A8 FB A 21 0 60 2 51 61 33
Octal 250 373 12 41 0 140 2 121 141 63
Binary 10101000 11111011 1010 100001 0 1100000 10 1010001 1100001 110011

Color Harmonies of #A8FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB0A

Black with #A8FB0A

Text Example


Text Example

White with #A8FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB0A; }

 p { color: rgb(168,251,10); }

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

background-color css

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

 a { background-color: rgb(168,251,10); }

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

border-color css

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

 span { border-color: rgb(168,251,10); }

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