#0CEA07

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

Shades of Free Speech Green #0CEA07

Tints of Free Speech Green #0CEA07

Color information

#0CEA07 (or 0x0CEA07) is unknown color: approx Free Speech Green. HEX triplet: 0C, EA and 07. RGB value is (12,234,7). Sum of RGB (Red+Green+Blue) = 12+234+7=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 234 (91.80% from 255 or 92.49% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEA07 is #F315F8. Grayscale: #8E8E8E. Windows color (decimal): -15930873 or 518668. OLE color: 518668.

HSL color Cylindrical-coordinate representation of color #0CEA07: hue angle of 118.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CEA07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB122347-
CMYK0.9500.970.08
HSL118.68º94.19%47.25%-
HSV(B)118.68º97.01%91.76%-
XYZ29.6158.9410.02-
YUV141.7451.9535.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 234 (91.80% from 255) = 92.49%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=4.74%
G=92.49%
B=2.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1223470.9500.970.08118.6894.1947.25
HexCEA75F0618775e2f
Octal14352713701411016713657
Binary110011101010111101111101100001100011101111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,234,7); }

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

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

 a { background-color: rgb(12,234,7); }

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

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

 span { border-color: rgb(12,234,7); }

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