Html Css Color HEX #0BFA7B Spring Green

📋 copy color: '#0BFA7B'

red 11 ◦ green 250 ◦ blue 123

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

Shades of Spring Green #0BFA7B

Tints of Spring Green #0BFA7B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.1%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 2.86%
G = 65.1%
B = 32.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#0BFA7B (or 0x0BFA7B) is known color: Spring Green. HEX triplet: 0B, FA and 7B. RGB value is (11,250,123). Sum of RGB (Red+Green+Blue) = 11+250+123=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA7B is #F40584. Grayscale: #A4A4A4. Windows color (decimal): -15992197 or 8124939. OLE color: 8124939.

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

Color convert

RGB 11 250 123 -
CMYK 0.96 0 0.51 0.02
HSL 148.12º 0.96% 0.51% -
HSV(B) 148.12º 0.96% 0.98% -
XYZ 37.9 69.87 30.23 -
YUV 164.06 104.82 18.83 -
System Red Green Blue C M Y K H S L
Decimal 11 250 123 0.96 0 0.51 0.02 148.12 0.96 0.51
Hex B FA 7B 60 0 33 2 94 60 33
Octal 13 372 173 140 0 63 2 224 140 63
Binary 1011 11111010 1111011 1100000 0 110011 10 10010100 1100000 110011

Color Harmonies of #0BFA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA7B

Black with #0BFA7B

Text Example


Text Example

White with #0BFA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,123); }

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

background-color css

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

 a { background-color: rgb(11,250,123); }

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

border-color css

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

 span { border-color: rgb(11,250,123); }

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