#9AFA00

Color #9AFA00 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9AFA00

Tints of Spring Bud #9AFA00

Color information

#9AFA00 (or 0x9AFA00) is unknown color: approx 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

RGB1542500-
CMYK0.38010.02
HSL83.04º100%49.02%-
HSV(B)83.04º100%98.04%-
XYZ47.5175.2412.02-
YUV192.819.2100.33-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15425000.38010.0283.0410049.02
Hex9AFA0260642536431
Octal2323720460144212314461
Binary10011010111110100100110011001001010100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>