Html Css Color HEX #0BFF8A Spring Green

📋 copy color: '#0BFF8A'

red 11 ◦ green 255 ◦ blue 138

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

Shades of Spring Green #0BFF8A

Tints of Spring Green #0BFF8A

RGB

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

 GREEN value IS 255 (100% from 255) = 63.12%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 2.72%
G = 63.12%
B = 34.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#0BFF8A (or 0x0BFF8A) is known color: Spring Green. HEX triplet: 0B, FF and 8A. RGB value is (11,255,138). Sum of RGB (Red+Green+Blue) = 11+255+138=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFF8A is #F40075. Grayscale: #A8A8A8. Windows color (decimal): -15990902 or 9109259. OLE color: 9109259.

HSL color Cylindrical-coordinate representation of color #0BFF8A: hue angle of 151.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF8A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 138 -
CMYK 0.96 0 0.46 0
HSL 151.23º 1% 0.52% -
HSV(B) 151.23º 0.96% 1% -
XYZ 40.49 73.43 36.08 -
YUV 168.71 110.66 15.51 -
System Red Green Blue C M Y K H S L
Decimal 11 255 138 0.96 0 0.46 0 151.23 1 0.52
Hex B FF 8A 60 0 2E 0 97 64 34
Octal 13 377 212 140 0 56 0 227 144 64
Binary 1011 11111111 10001010 1100000 0 101110 0 10010111 1100100 110100

Color Harmonies of #0BFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFF8A

Black with #0BFF8A

Text Example


Text Example

White with #0BFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,255,138); }

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

background-color css

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

 a { background-color: rgb(11,255,138); }

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

border-color css

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

 span { border-color: rgb(11,255,138); }

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