Html Css Color HEX #9AFA00 Spring Bud

📋 copy color: '#9AFA00'

red 154 ◦ green 250 ◦ blue 0

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

Shades of Spring Bud #9AFA00

Tints of Spring Bud #9AFA00

RGB

 RED value IS 154 (60.55% from 255) = 38.12%

 GREEN value IS 250 (98.05% from 255) = 61.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.12%
G = 61.88%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#9AFA00 (or 0x9AFA00) is known color: Spring Bud. HEX triplet: 9A, FA and 00. RGB value is (154,250,0). Sum of RGB (Red+Green+Blue) = 154+250+0=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFA00 is #6505FF. Grayscale: #C1C1C1. Windows color (decimal): -6620672 or 64154. OLE color: 64154.

HSL color Cylindrical-coordinate representation of color #9AFA00: hue angle of 83.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AFA00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 0 -
CMYK 0.38 0 1 0.02
HSL 83.04º 1% 0.49% -
HSV(B) 83.04º 1% 0.98% -
XYZ 47.51 75.24 12.02 -
YUV 192.8 19.2 100.33 -
System Red Green Blue C M Y K H S L
Decimal 154 250 0 0.38 0 1 0.02 83.04 1 0.49
Hex 9A FA 0 26 0 64 2 53 64 31
Octal 232 372 0 46 0 144 2 123 144 61
Binary 10011010 11111010 0 100110 0 1100100 10 1010011 1100100 110001

Color Harmonies of #9AFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFA00

Black with #9AFA00

Text Example


Text Example

White with #9AFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFA00; }

 p { color: rgb(154,250,0); }

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

background-color css

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

 a { background-color: rgb(154,250,0); }

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

border-color css

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

 span { border-color: rgb(154,250,0); }

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