#0ACD0E

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

Shades of Free Speech Green #0ACD0E

Tints of Free Speech Green #0ACD0E

Color information

#0ACD0E (or 0x0ACD0E) is unknown color: approx Free Speech Green. HEX triplet: 0A, CD and 0E. RGB value is (10,205,14). Sum of RGB (Red+Green+Blue) = 10+205+14=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 205 (80.47% from 255 or 89.52% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACD0E is #F532F1. Grayscale: #7D7D7D. Windows color (decimal): -16069362 or 969994. OLE color: 969994.

HSL color Cylindrical-coordinate representation of color #0ACD0E: hue angle of 121.23º 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 #0ACD0E is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB1020514-
CMYK0.9500.930.20
HSL121.23º90.7%42.16%-
HSV(B)121.23º95.12%80.39%-
XYZ22.0443.767.7-
YUV124.9265.446.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 205 (80.47% from 255) = 89.52%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=4.37%
G=89.52%
B=6.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10205140.9500.930.20121.2390.742.16
HexACDE5F05D14795b2a
Octal123151613701352417113352
Binary10101100110111101011111010111011010011110011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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