Html Css Color HEX #0FCA11 Free Speech Green

📋 copy color: '#0FCA11'

red 15 ◦ green 202 ◦ blue 17

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

Shades of Free Speech Green #0FCA11

Tints of Free Speech Green #0FCA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 6.41%
G = 86.32%
B = 7.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#0FCA11 (or 0x0FCA11) is known color: Free Speech Green. HEX triplet: 0F, CA and 11. RGB value is (15,202,17). Sum of RGB (Red+Green+Blue) = 15+202+17=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 202 (79.30% from 255 or 86.32% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCA11 is #F035EE. Grayscale: #7D7D7D. Windows color (decimal): -15742447 or 1165839. OLE color: 1165839.

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

Color convert

RGB 15 202 17 -
CMYK 0.93 0 0.92 0.21
HSL 120.64º 0.86% 0.43% -
HSV(B) 120.64º 0.93% 0.79% -
XYZ 21.42 42.38 7.58 -
YUV 125 67.05 49.54 -
System Red Green Blue C M Y K H S L
Decimal 15 202 17 0.93 0 0.92 0.21 120.64 0.86 0.43
Hex F CA 11 5D 0 5C 15 79 56 2B
Octal 17 312 21 135 0 134 25 171 126 53
Binary 1111 11001010 10001 1011101 0 1011100 10101 1111001 1010110 101011

Color Harmonies of #0FCA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA11

Black with #0FCA11

Text Example


Text Example

White with #0FCA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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