Html Css Color HEX #0BED6A Spring Green

📋 copy color: '#0BED6A'

red 11 ◦ green 237 ◦ blue 106

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

Shades of Spring Green #0BED6A

Tints of Spring Green #0BED6A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.95%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 3.11%
G = 66.95%
B = 29.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#0BED6A (or 0x0BED6A) is known color: Spring Green. HEX triplet: 0B, ED and 6A. RGB value is (11,237,106). Sum of RGB (Red+Green+Blue) = 11+237+106=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BED6A is #F41295. Grayscale: #9A9A9A. Windows color (decimal): -15995542 or 7007499. OLE color: 7007499.

HSL color Cylindrical-coordinate representation of color #0BED6A: hue angle of 145.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED6A is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 237 106 -
CMYK 0.95 0 0.55 0.07
HSL 145.22º 0.91% 0.49% -
HSV(B) 145.22º 0.95% 0.93% -
XYZ 33.02 61.68 23.8 -
YUV 154.49 100.63 25.65 -
System Red Green Blue C M Y K H S L
Decimal 11 237 106 0.95 0 0.55 0.07 145.22 0.91 0.49
Hex B ED 6A 5F 0 37 7 91 5B 31
Octal 13 355 152 137 0 67 7 221 133 61
Binary 1011 11101101 1101010 1011111 0 110111 111 10010001 1011011 110001

Color Harmonies of #0BED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BED6A

Black with #0BED6A

Text Example


Text Example

White with #0BED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,237,106); }

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

background-color css

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

 a { background-color: rgb(11,237,106); }

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

border-color css

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

 span { border-color: rgb(11,237,106); }

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