Html Css Color HEX #9BF30E Spring Bud

📋 copy color: '#9BF30E'

red 155 ◦ green 243 ◦ blue 14

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

Shades of Spring Bud #9BF30E

Tints of Spring Bud #9BF30E

RGB

 RED value IS 155 (60.94% from 255) = 37.62%

 GREEN value IS 243 (95.31% from 255) = 58.98%

 BLUE value IS 14 (5.86% from 255) = 3.4%

R = 37.62%
G = 58.98%
B = 3.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#9BF30E (or 0x9BF30E) is known color: Spring Bud. HEX triplet: 9B, F3 and 0E. RGB value is (155,243,14). Sum of RGB (Red+Green+Blue) = 155+243+14=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF30E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF30E is #640CF1. Grayscale: #BFBFBF. Windows color (decimal): -6556914 or 979867. OLE color: 979867.

HSL color Cylindrical-coordinate representation of color #9BF30E: hue angle of 83.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BF30E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 243 14 -
CMYK 0.36 0 0.94 0.05
HSL 83.06º 0.91% 0.5% -
HSV(B) 83.06º 0.94% 0.95% -
XYZ 45.65 71.1 11.73 -
YUV 190.58 28.35 102.62 -
System Red Green Blue C M Y K H S L
Decimal 155 243 14 0.36 0 0.94 0.05 83.06 0.91 0.5
Hex 9B F3 E 24 0 5E 5 53 5B 32
Octal 233 363 16 44 0 136 5 123 133 62
Binary 10011011 11110011 1110 100100 0 1011110 101 1010011 1011011 110010

Color Harmonies of #9BF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF30E

Black with #9BF30E

Text Example


Text Example

White with #9BF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,243,14); }

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

background-color css

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

 a { background-color: rgb(155,243,14); }

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

border-color css

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

 span { border-color: rgb(155,243,14); }

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