Html Css Color HEX #0BE180 Spring Green

📋 copy color: '#0BE180'

red 11 ◦ green 225 ◦ blue 128

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

Shades of Spring Green #0BE180

Tints of Spring Green #0BE180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.81%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 3.02%
G = 61.81%
B = 35.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#0BE180 (or 0x0BE180) is known color: Spring Green. HEX triplet: 0B, E1 and 80. RGB value is (11,225,128). Sum of RGB (Red+Green+Blue) = 11+225+128=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE180 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE180 is #F41E7F. Grayscale: #969696. Windows color (decimal): -15998592 or 8446219. OLE color: 8446219.

HSL color Cylindrical-coordinate representation of color #0BE180: hue angle of 152.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE180 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 128 -
CMYK 0.95 0 0.43 0.12
HSL 152.8º 0.91% 0.46% -
HSV(B) 152.8º 0.95% 0.88% -
XYZ 30.96 55.48 29.5 -
YUV 149.96 115.6 28.89 -
System Red Green Blue C M Y K H S L
Decimal 11 225 128 0.95 0 0.43 0.12 152.8 0.91 0.46
Hex B E1 80 5F 0 2B C 99 5B 2E
Octal 13 341 200 137 0 53 14 231 133 56
Binary 1011 11100001 10000000 1011111 0 101011 1100 10011001 1011011 101110

Color Harmonies of #0BE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE180

Black with #0BE180

Text Example


Text Example

White with #0BE180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,128); }

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

background-color css

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

 a { background-color: rgb(11,225,128); }

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

border-color css

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

 span { border-color: rgb(11,225,128); }

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