#0ACC0E

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

Shades of Free Speech Green #0ACC0E

Tints of Free Speech Green #0ACC0E

Color information

#0ACC0E (or 0x0ACC0E) is unknown color: approx Free Speech Green. HEX triplet: 0A, CC and 0E. RGB value is (10,204,14). Sum of RGB (Red+Green+Blue) = 10+204+14=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACC0E is #F533F1. Grayscale: #7C7C7C. Windows color (decimal): -16069618 or 969738. OLE color: 969738.

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

Color convert

RGB1020414-
CMYK0.9500.930.2
HSL121.24º90.65%41.96%-
HSV(B)121.24º95.1%80%-
XYZ21.843.287.62-
YUV124.3365.7346.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 204 (80.08% from 255) = 89.47%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=4.39%
G=89.47%
B=6.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10204140.9500.930.2121.2490.6541.96
HexACCE5F05D14795b2a
Octal123141613701352417113352
Binary10101100110011101011111010111011010011110011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,204,14); }

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

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

 a { background-color: rgb(10,204,14); }

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

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

 span { border-color: rgb(10,204,14); }

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