Html Css Color HEX #0FCA00 Free Speech Green

📋 copy color: '#0FCA00'

red 15 ◦ green 202 ◦ blue 0

#0FCA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0FCA00

Tints of Free Speech Green #0FCA00

RGB

 RED value IS 15 (6.25% from 255) = 6.91%

 GREEN value IS 202 (79.3% from 255) = 93.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.91%
G = 93.09%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#0FCA00 (or 0x0FCA00) is known color: Free Speech Green. HEX triplet: 0F, CA and 00. RGB value is (15,202,0). Sum of RGB (Red+Green+Blue) = 15+202+0=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 202 (79.30% from 255 or 93.09% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCA00 is #F035FF. Grayscale: #7B7B7B. Windows color (decimal): -15742464 or 51727. OLE color: 51727.

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

Color convert

RGB 15 202 0 -
CMYK 0.93 0 1 0.21
HSL 115.54º 1% 0.4% -
HSV(B) 115.54º 1% 0.79% -
XYZ 21.32 42.34 7.05 -
YUV 123.06 58.55 50.93 -
System Red Green Blue C M Y K H S L
Decimal 15 202 0 0.93 0 1 0.21 115.54 1 0.4
Hex F CA 0 5D 0 64 15 74 64 28
Octal 17 312 0 135 0 144 25 164 144 50
Binary 1111 11001010 0 1011101 0 1100100 10101 1110100 1100100 101000

Color Harmonies of #0FCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA00

Black with #0FCA00

Text Example


Text Example

White with #0FCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FCA00;
 }
 .AnyTagClassName
 {
   color: #0FCA00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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