Html Css Color HEX #0BFA6B Spring Green

📋 copy color: '#0BFA6B'

red 11 ◦ green 250 ◦ blue 107

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

Shades of Spring Green #0BFA6B

Tints of Spring Green #0BFA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 2.99%
G = 67.93%
B = 29.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#0BFA6B (or 0x0BFA6B) is known color: Spring Green. HEX triplet: 0B, FA and 6B. RGB value is (11,250,107). Sum of RGB (Red+Green+Blue) = 11+250+107=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA6B is #F40594. Grayscale: #A2A2A2. Windows color (decimal): -15992213 or 7076363. OLE color: 7076363.

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

Color convert

RGB 11 250 107 -
CMYK 0.96 0 0.57 0.02
HSL 144.1º 0.96% 0.51% -
HSV(B) 144.1º 0.96% 0.98% -
XYZ 36.98 69.5 25.38 -
YUV 162.24 96.82 20.13 -
System Red Green Blue C M Y K H S L
Decimal 11 250 107 0.96 0 0.57 0.02 144.1 0.96 0.51
Hex B FA 6B 60 0 39 2 90 60 33
Octal 13 372 153 140 0 71 2 220 140 63
Binary 1011 11111010 1101011 1100000 0 111001 10 10010000 1100000 110011

Color Harmonies of #0BFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA6B

Black with #0BFA6B

Text Example


Text Example

White with #0BFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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