Html Css Color HEX #0BEA84 Spring Green

📋 copy color: '#0BEA84'

red 11 ◦ green 234 ◦ blue 132

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

Shades of Spring Green #0BEA84

Tints of Spring Green #0BEA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.07%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 2.92%
G = 62.07%
B = 35.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#0BEA84 (or 0x0BEA84) is known color: Spring Green. HEX triplet: 0B, EA and 84. RGB value is (11,234,132). Sum of RGB (Red+Green+Blue) = 11+234+132=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEA84 is #F4157B. Grayscale: #9B9B9B. Windows color (decimal): -15996284 or 8710667. OLE color: 8710667.

HSL color Cylindrical-coordinate representation of color #0BEA84: hue angle of 152.56º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA84 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 234 132 -
CMYK 0.95 0 0.44 0.08
HSL 152.56º 0.91% 0.48% -
HSV(B) 152.56º 0.95% 0.92% -
XYZ 33.73 60.58 31.75 -
YUV 155.7 114.62 24.79 -
System Red Green Blue C M Y K H S L
Decimal 11 234 132 0.95 0 0.44 0.08 152.56 0.91 0.48
Hex B EA 84 5F 0 2C 8 99 5B 30
Octal 13 352 204 137 0 54 10 231 133 60
Binary 1011 11101010 10000100 1011111 0 101100 1000 10011001 1011011 110000

Color Harmonies of #0BEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA84

Black with #0BEA84

Text Example


Text Example

White with #0BEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,132); }

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

background-color css

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

 a { background-color: rgb(11,234,132); }

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

border-color css

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

 span { border-color: rgb(11,234,132); }

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