Html Css Color HEX #9BF212 Spring Bud

📋 copy color: '#9BF212'

red 155 ◦ green 242 ◦ blue 18

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

Shades of Spring Bud #9BF212

Tints of Spring Bud #9BF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.31%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 37.35%
G = 58.31%
B = 4.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#9BF212 (or 0x9BF212) is known color: Spring Bud. HEX triplet: 9B, F2 and 12. RGB value is (155,242,18). Sum of RGB (Red+Green+Blue) = 155+242+18=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF212 is #640DED. Grayscale: #BFBFBF. Windows color (decimal): -6557166 or 1241755. OLE color: 1241755.

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

Color convert

RGB 155 242 18 -
CMYK 0.36 0 0.93 0.05
HSL 83.3º 0.9% 0.51% -
HSV(B) 83.3º 0.93% 0.95% -
XYZ 45.38 70.52 11.79 -
YUV 190.45 30.68 102.71 -
System Red Green Blue C M Y K H S L
Decimal 155 242 18 0.36 0 0.93 0.05 83.3 0.9 0.51
Hex 9B F2 12 24 0 5D 5 53 5A 33
Octal 233 362 22 44 0 135 5 123 132 63
Binary 10011011 11110010 10010 100100 0 1011101 101 1010011 1011010 110011

Color Harmonies of #9BF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF212

Black with #9BF212

Text Example


Text Example

White with #9BF212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,18); }

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

background-color css

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

 a { background-color: rgb(155,242,18); }

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

border-color css

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

 span { border-color: rgb(155,242,18); }

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