Html Css Color HEX #0BFF7A Spring Green

📋 copy color: '#0BFF7A'

red 11 ◦ green 255 ◦ blue 122

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

Shades of Spring Green #0BFF7A

Tints of Spring Green #0BFF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 2.84%
G = 65.72%
B = 31.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#0BFF7A (or 0x0BFF7A) is known color: Spring Green. HEX triplet: 0B, FF and 7A. RGB value is (11,255,122). Sum of RGB (Red+Green+Blue) = 11+255+122=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF7A is #F40085. Grayscale: #A7A7A7. Windows color (decimal): -15990918 or 8060683. OLE color: 8060683.

HSL color Cylindrical-coordinate representation of color #0BFF7A: hue angle of 147.3º 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 #0BFF7A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 122 -
CMYK 0.96 0 0.52 0
HSL 147.3º 1% 0.52% -
HSV(B) 147.3º 0.96% 1% -
XYZ 39.41 73 30.42 -
YUV 166.88 102.66 16.81 -
System Red Green Blue C M Y K H S L
Decimal 11 255 122 0.96 0 0.52 0 147.3 1 0.52
Hex B FF 7A 60 0 34 0 93 64 34
Octal 13 377 172 140 0 64 0 223 144 64
Binary 1011 11111111 1111010 1100000 0 110100 0 10010011 1100100 110100

Color Harmonies of #0BFF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFF7A

Black with #0BFF7A

Text Example


Text Example

White with #0BFF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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