Html Css Color HEX #0BF68C Medium Spring Green

📋 copy color: '#0BF68C'

red 11 ◦ green 246 ◦ blue 140

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

Shades of Medium Spring Green #0BF68C

Tints of Medium Spring Green #0BF68C

RGB

 RED value IS 11 (4.69% from 255) = 2.77%

 GREEN value IS 246 (96.48% from 255) = 61.96%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 2.77%
G = 61.96%
B = 35.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#0BF68C (or 0x0BF68C) is known color: Medium Spring Green. HEX triplet: 0B, F6 and 8C. RGB value is (11,246,140). Sum of RGB (Red+Green+Blue) = 11+246+140=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 246 (96.48% from 255 or 61.96% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF68C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF68C is #F40973. Grayscale: #A3A3A3. Windows color (decimal): -15993204 or 9238027. OLE color: 9238027.

HSL color Cylindrical-coordinate representation of color #0BF68C: hue angle of 152.94º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF68C is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 246 140 -
CMYK 0.96 0 0.43 0.04
HSL 152.94º 0.93% 0.5% -
HSV(B) 152.94º 0.96% 0.96% -
XYZ 37.83 67.88 35.92 -
YUV 163.65 114.64 19.12 -
System Red Green Blue C M Y K H S L
Decimal 11 246 140 0.96 0 0.43 0.04 152.94 0.93 0.5
Hex B F6 8C 60 0 2B 4 99 5D 32
Octal 13 366 214 140 0 53 4 231 135 62
Binary 1011 11110110 10001100 1100000 0 101011 100 10011001 1011101 110010

Color Harmonies of #0BF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF68C

Black with #0BF68C

Text Example


Text Example

White with #0BF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BF68C; }

 p { color: rgb(11,246,140); }

 H1.HeaderClassName
 {
   color: #0BF68C;
 }
 .AnyTagClassName
 {
   color: #0BF68C;
 }
</style>

background-color css

<style>
 a { background-color: #0BF68C; }

 a { background-color: rgb(11,246,140); }

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

border-color css

<style>
 span { border-color: #0BF68C; }

 span { border-color: rgb(11,246,140); }

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