Html Css Color HEX #0BF76A Spring Green

📋 copy color: '#0BF76A'

red 11 ◦ green 247 ◦ blue 106

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

Shades of Spring Green #0BF76A

Tints of Spring Green #0BF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.86%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 3.02%
G = 67.86%
B = 29.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#0BF76A (or 0x0BF76A) is known color: Spring Green. HEX triplet: 0B, F7 and 6A. RGB value is (11,247,106). Sum of RGB (Red+Green+Blue) = 11+247+106=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF76A is #F40895. Grayscale: #A0A0A0. Windows color (decimal): -15992982 or 7010059. OLE color: 7010059.

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

Color convert

RGB 11 247 106 -
CMYK 0.96 0 0.57 0.03
HSL 144.15º 0.94% 0.51% -
HSV(B) 144.15º 0.96% 0.97% -
XYZ 36 67.63 24.79 -
YUV 160.36 97.31 21.46 -
System Red Green Blue C M Y K H S L
Decimal 11 247 106 0.96 0 0.57 0.03 144.15 0.94 0.51
Hex B F7 6A 60 0 39 3 90 5E 33
Octal 13 367 152 140 0 71 3 220 136 63
Binary 1011 11110111 1101010 1100000 0 111001 11 10010000 1011110 110011

Color Harmonies of #0BF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF76A

Black with #0BF76A

Text Example


Text Example

White with #0BF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,247,106); }

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

background-color css

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

 a { background-color: rgb(11,247,106); }

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

border-color css

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

 span { border-color: rgb(11,247,106); }

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