Html Css Color HEX #9BFC18 Spring Bud

📋 copy color: '#9BFC18'

red 155 ◦ green 252 ◦ blue 24

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

Shades of Spring Bud #9BFC18

Tints of Spring Bud #9BFC18

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.47%

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 35.96%
G = 58.47%
B = 5.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#9BFC18 (or 0x9BFC18) is known color: Spring Bud. HEX triplet: 9B, FC and 18. RGB value is (155,252,24). Sum of RGB (Red+Green+Blue) = 155+252+24=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC18 is #6403E7. Grayscale: #C5C5C5. Windows color (decimal): -6554600 or 1637531. OLE color: 1637531.

HSL color Cylindrical-coordinate representation of color #9BFC18: hue angle of 85.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BFC18 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 24 -
CMYK 0.38 0 0.90 0.01
HSL 85.53º 0.97% 0.54% -
HSV(B) 85.53º 0.9% 0.99% -
XYZ 48.49 76.66 13.1 -
YUV 197.01 30.36 98.04 -
System Red Green Blue C M Y K H S L
Decimal 155 252 24 0.38 0 0.90 0.01 85.53 0.97 0.54
Hex 9B FC 18 26 0 5A 1 56 61 36
Octal 233 374 30 46 0 132 1 126 141 66
Binary 10011011 11111100 11000 100110 0 1011010 1 1010110 1100001 110110

Color Harmonies of #9BFC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC18

Black with #9BFC18

Text Example


Text Example

White with #9BFC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,24); }

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

background-color css

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

 a { background-color: rgb(155,252,24); }

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

border-color css

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

 span { border-color: rgb(155,252,24); }

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