#0BCD13

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

Shades of Free Speech Green #0BCD13

Tints of Free Speech Green #0BCD13

Color information

#0BCD13 (or 0x0BCD13) is unknown color: approx Free Speech Green. HEX triplet: 0B, CD and 13. RGB value is (11,205,19). Sum of RGB (Red+Green+Blue) = 11+205+19=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 205 (80.47% from 255 or 87.23% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD13 is #F432EC. Grayscale: #7E7E7E. Windows color (decimal): -16003821 or 1297675. OLE color: 1297675.

HSL color Cylindrical-coordinate representation of color #0BCD13: hue angle of 122.47º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD13 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB1120519-
CMYK0.9500.910.20
HSL122.47º89.81%42.35%-
HSV(B)122.47º94.63%80.39%-
XYZ22.0943.787.9-
YUV125.7967.7346.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.68%
GREEN value IS 205 (80.47% from 255) = 87.23%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=4.68%
G=87.23%
B=8.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11205190.9500.910.20122.4789.8142.35
HexBCD135F05B147a5a2a
Octal133152313701332417213252
Binary101111001101100111011111010110111010011110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,205,19); }

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

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

 a { background-color: rgb(11,205,19); }

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

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

 span { border-color: rgb(11,205,19); }

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