#0CFC09

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

Shades of Free Speech Green #0CFC09

Tints of Free Speech Green #0CFC09

Color information

#0CFC09 (or 0x0CFC09) is unknown color: approx Free Speech Green. HEX triplet: 0C, FC and 09. RGB value is (12,252,9). Sum of RGB (Red+Green+Blue) = 12+252+9=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 252 (98.83% from 255 or 92.31% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFC09 is #F303F6. Grayscale: #999999. Windows color (decimal): -15926263 or 654348. OLE color: 654348.

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

Color convert

RGB122529-
CMYK0.9500.960.01
HSL119.26º97.59%51.18%-
HSV(B)119.26º96.43%98.82%-
XYZ35.0169.7211.87-
YUV152.5446.9927.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 252 (98.83% from 255) = 92.31%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=4.40%
G=92.31%
B=3.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1225290.9500.960.01119.2697.5951.18
HexCFC95F0601776233
Octal14374111370140116714263
Binary1100111111001001101111101100000111101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,252,9); }

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

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

 a { background-color: rgb(12,252,9); }

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

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

 span { border-color: rgb(12,252,9); }

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