Html Css Color HEX #9BF015 Spring Bud

📋 copy color: '#9BF015'

red 155 ◦ green 240 ◦ blue 21

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

Shades of Spring Bud #9BF015

Tints of Spring Bud #9BF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.69%

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 37.26%
G = 57.69%
B = 5.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#9BF015 (or 0x9BF015) is known color: Spring Bud. HEX triplet: 9B, F0 and 15. RGB value is (155,240,21). Sum of RGB (Red+Green+Blue) = 155+240+21=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF015 is #640FEA. Grayscale: #BEBEBE. Windows color (decimal): -6557675 or 1437851. OLE color: 1437851.

HSL color Cylindrical-coordinate representation of color #9BF015: hue angle of 83.29º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BF015 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 240 21 -
CMYK 0.35 0 0.91 0.06
HSL 83.29º 0.88% 0.51% -
HSV(B) 83.29º 0.91% 0.94% -
XYZ 44.81 69.34 11.73 -
YUV 189.62 32.84 103.31 -
System Red Green Blue C M Y K H S L
Decimal 155 240 21 0.35 0 0.91 0.06 83.29 0.88 0.51
Hex 9B F0 15 23 0 5B 6 53 58 33
Octal 233 360 25 43 0 133 6 123 130 63
Binary 10011011 11110000 10101 100011 0 1011011 110 1010011 1011000 110011

Color Harmonies of #9BF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF015

Black with #9BF015

Text Example


Text Example

White with #9BF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,240,21); }

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

background-color css

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

 a { background-color: rgb(155,240,21); }

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

border-color css

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

 span { border-color: rgb(155,240,21); }

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