#0FCA02

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

Shades of Free Speech Green #0FCA02

Tints of Free Speech Green #0FCA02

Color information

#0FCA02 (or 0x0FCA02) is unknown color: approx Free Speech Green. HEX triplet: 0F, CA and 02. RGB value is (15,202,2). Sum of RGB (Red+Green+Blue) = 15+202+2=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 202 (79.30% from 255 or 92.24% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCA02 is #F035FD. Grayscale: #7B7B7B. Windows color (decimal): -15742462 or 182799. OLE color: 182799.

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

Color convert

RGB152022-
CMYK0.9300.990.21
HSL116.1º98.04%40%-
HSV(B)116.1º99.01%79.22%-
XYZ21.3342.357.11-
YUV123.2959.5550.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 202 (79.30% from 255) = 92.24%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=6.85%
G=92.24%
B=0.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1520220.9300.990.21116.198.0440
HexFCA25D06315746228
Octal17312213501432516414250
Binary111111001010101011101011000111010111101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,202,2); }

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

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

 a { background-color: rgb(15,202,2); }

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

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

 span { border-color: rgb(15,202,2); }

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