#0CF315

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

Shades of Free Speech Green #0CF315

Tints of Free Speech Green #0CF315

Color information

#0CF315 (or 0x0CF315) is unknown color: approx Free Speech Green. HEX triplet: 0C, F3 and 15. RGB value is (12,243,21). Sum of RGB (Red+Green+Blue) = 12+243+21=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 243 (95.31% from 255 or 88.04% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 243 - color contains mainly: green. Hex color #0CF315 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF315 is #F30CEA. Grayscale: #959595. Windows color (decimal): -15928555 or 1438476. OLE color: 1438476.

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

Color convert

RGB1224321-
CMYK0.9500.910.05
HSL122.34º90.59%50%-
HSV(B)122.34º95.06%95.29%-
XYZ32.3464.2311.4-
YUV148.6255.9730.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 243 (95.31% from 255) = 88.04%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=4.35%
G=88.04%
B=7.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12243210.9500.910.05122.3490.5950
HexCF3155F05B57a5b32
Octal14363251370133517213362
Binary1100111100111010110111110101101110111110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,243,21); }

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

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

 a { background-color: rgb(12,243,21); }

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

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

 span { border-color: rgb(12,243,21); }

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