#0BCC0F

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

Shades of Free Speech Green #0BCC0F

Tints of Free Speech Green #0BCC0F

Color information

#0BCC0F (or 0x0BCC0F) is unknown color: approx Free Speech Green. HEX triplet: 0B, CC and 0F. RGB value is (11,204,15). Sum of RGB (Red+Green+Blue) = 11+204+15=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 204 (80.08% from 255 or 88.70% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCC0F is #F433F0. Grayscale: #7D7D7D. Windows color (decimal): -16004081 or 1035275. OLE color: 1035275.

HSL color Cylindrical-coordinate representation of color #0BCC0F: hue angle of 121.24º 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 #0BCC0F is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB1120415-
CMYK0.9500.930.2
HSL121.24º89.77%42.16%-
HSV(B)121.24º94.61%80%-
XYZ21.8243.297.66-
YUV124.7566.0646.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 204 (80.08% from 255) = 88.70%
BLUE value IS 15 (6.25% from 255) = 6.52%
R=4.78%
G=88.70%
B=6.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11204150.9500.930.2121.2489.7742.16
HexBCCF5F05D14795a2a
Octal133141713701352417113252
Binary10111100110011111011111010111011010011110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,204,15); }

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

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

 a { background-color: rgb(11,204,15); }

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

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

 span { border-color: rgb(11,204,15); }

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