#0CCF08

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

Shades of Free Speech Green #0CCF08

Tints of Free Speech Green #0CCF08

Color information

#0CCF08 (or 0x0CCF08) is unknown color: approx Free Speech Green. HEX triplet: 0C, CF and 08. RGB value is (12,207,8). Sum of RGB (Red+Green+Blue) = 12+207+8=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 207 (81.25% from 255 or 91.19% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCF08 is #F330F7. Grayscale: #7E7E7E. Windows color (decimal): -15937784 or 577292. OLE color: 577292.

HSL color Cylindrical-coordinate representation of color #0CCF08: hue angle of 118.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CCF08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB122078-
CMYK0.9400.960.19
HSL118.79º92.56%42.16%-
HSV(B)118.79º96.14%81.18%-
XYZ22.5144.727.68-
YUV126.0161.446.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 207 (81.25% from 255) = 91.19%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=5.29%
G=91.19%
B=3.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1220780.9400.960.19118.7992.5642.16
HexCCF85E06013775d2a
Octal143171013601402316713552
Binary11001100111110001011110011000001001111101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,207,8); }

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

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

 a { background-color: rgb(12,207,8); }

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

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

 span { border-color: rgb(12,207,8); }

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