#0BF67B

Color #0BF67B Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0BF67B

Tints of Spring Green #0BF67B

Color information

#0BF67B (or 0x0BF67B) is unknown color: approx Spring Green. HEX triplet: 0B, F6 and 7B. RGB value is (11,246,123). Sum of RGB (Red+Green+Blue) = 11+246+123=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF67B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF67B is #F40984. Grayscale: #A1A1A1. Windows color (decimal): -15993221 or 8123915. OLE color: 8123915.

HSL color Cylindrical-coordinate representation of color #0BF67B: hue angle of 148.6º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF67B is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB11246123-
CMYK0.9600.500.04
HSL148.6º92.89%50.39%-
HSV(B)148.6º95.53%96.47%-
XYZ36.6767.4129.82-
YUV161.71106.1420.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.89%
GREEN value IS 246 (96.48% from 255) = 64.74%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=2.89%
G=64.74%
B=32.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112461230.9600.500.04148.692.8950.39
HexBF67B600324955d32
Octal13366173140062422513562
Binary101111110110111101111000000110010100100101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BF67B;
 }
 .AnyTagClassName
 {
   color: #0BF67B;
 }
</style>
background-color css

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

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

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

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

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

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