#9AF303

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

Shades of Spring Bud #9AF303

Tints of Spring Bud #9AF303

Color information

#9AF303 (or 0x9AF303) is unknown color: approx Spring Bud. HEX triplet: 9A, F3 and 03. RGB value is (154,243,3). Sum of RGB (Red+Green+Blue) = 154+243+3=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF303 is #650CFC. Grayscale: #BDBDBD. Windows color (decimal): -6622461 or 258970. OLE color: 258970.

HSL color Cylindrical-coordinate representation of color #9AF303: hue angle of 82.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AF303 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB1542433-
CMYK0.3700.990.05
HSL82.25º97.56%48.24%-
HSV(B)82.25º98.77%95.29%-
XYZ45.3970.9811.39-
YUV189.0323.01103.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.5%
GREEN value IS 243 (95.31% from 255) = 60.75%
BLUE value IS 3 (1.56% from 255) = 0.75%
R=38.5%
G=60.75%
B=0.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15424330.3700.990.0582.2597.5648.24
Hex9AF33250635526230
Octal2323633450143512214260
Binary1001101011110011111001010110001110110100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,243,3); }

 H1.HeaderClassName
 {
   color: #9AF303;
 }
 .AnyTagClassName
 {
   color: #9AF303;
 }
</style>
background-color css

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

 a { background-color: rgb(154,243,3); }

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

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

 span { border-color: rgb(154,243,3); }

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