#0CFA0D

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

Shades of Free Speech Green #0CFA0D

Tints of Free Speech Green #0CFA0D

Color information

#0CFA0D (or 0x0CFA0D) is unknown color: approx Free Speech Green. HEX triplet: 0C, FA and 0D. RGB value is (12,250,13). Sum of RGB (Red+Green+Blue) = 12+250+13=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 250 (98.05% from 255 or 90.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFA0D is #F305F2. Grayscale: #989898. Windows color (decimal): -15926771 or 915980. OLE color: 915980.

HSL color Cylindrical-coordinate representation of color #0CFA0D: hue angle of 120.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFA0D is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB1225013-
CMYK0.9500.950.02
HSL120.25º95.97%51.37%-
HSV(B)120.25º95.2%98.04%-
XYZ34.4168.4811.78-
YUV151.8249.6528.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 250 (98.05% from 255) = 90.91%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=4.36%
G=90.91%
B=4.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12250130.9500.950.02120.2595.9751.37
HexCFAD5F05F2786033
Octal14372151370137217014063
Binary11001111101011011011111010111111011110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,250,13); }

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

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

 a { background-color: rgb(12,250,13); }

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

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

 span { border-color: rgb(12,250,13); }

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