#0ACA04

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

Shades of Free Speech Green #0ACA04

Tints of Free Speech Green #0ACA04

Color information

#0ACA04 (or 0x0ACA04) is unknown color: approx Free Speech Green. HEX triplet: 0A, CA and 04. RGB value is (10,202,4). Sum of RGB (Red+Green+Blue) = 10+202+4=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 202 (79.30% from 255 or 93.52% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACA04 is #F535FB. Grayscale: #7A7A7A. Windows color (decimal): -16070140 or 313866. OLE color: 313866.

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

Color convert

RGB102024-
CMYK0.9500.980.21
HSL118.18º96.12%40.39%-
HSV(B)118.18º98.02%79.22%-
XYZ21.2742.317.16-
YUV122.0261.3948.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 202 (79.30% from 255) = 93.52%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=4.63%
G=93.52%
B=1.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1020240.9500.980.21118.1896.1240.39
HexACA45F06215766028
Octal12312413701422516614050
Binary1010110010101001011111011000101010111101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,202,4); }

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

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

 a { background-color: rgb(10,202,4); }

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

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

 span { border-color: rgb(10,202,4); }

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