#0BDD26

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

Shades of Free Speech Green #0BDD26

Tints of Free Speech Green #0BDD26

Color information

#0BDD26 (or 0x0BDD26) is unknown color: approx Free Speech Green. HEX triplet: 0B, DD and 26. RGB value is (11,221,38). Sum of RGB (Red+Green+Blue) = 11+221+38=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 221 (86.72% from 255 or 81.85% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDD26 is #F422D9. Grayscale: #898989. Windows color (decimal): -15999706 or 2546955. OLE color: 2546955.

HSL color Cylindrical-coordinate representation of color #0BDD26: hue angle of 127.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD26 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB1122138-
CMYK0.9500.830.13
HSL127.71º90.52%45.49%-
HSV(B)127.71º95.02%86.67%-
XYZ26.3451.9210.47-
YUV137.3571.9337.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 221 (86.72% from 255) = 81.85%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=4.07%
G=81.85%
B=14.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11221380.9500.830.13127.7190.5245.49
HexBDD265F053D805b2d
Octal133354613701231520013355
Binary1011110111011001101011111010100111101100000001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,221,38); }

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

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

 a { background-color: rgb(11,221,38); }

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

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

 span { border-color: rgb(11,221,38); }

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