Html Css Color HEX #0CF712 Free Speech Green

📋 copy color: '#0CF712'

red 12 ◦ green 247 ◦ blue 18

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

Shades of Free Speech Green #0CF712

Tints of Free Speech Green #0CF712

RGB

 RED value IS 12 (5.08% from 255) = 4.33%

 GREEN value IS 247 (96.88% from 255) = 89.17%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 4.33%
G = 89.17%
B = 6.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#0CF712 (or 0x0CF712) is known color: Free Speech Green. HEX triplet: 0C, F7 and 12. RGB value is (12,247,18). Sum of RGB (Red+Green+Blue) = 12+247+18=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 247 (96.88% from 255 or 89.17% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF712 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF712 is #F308ED. Grayscale: #979797. Windows color (decimal): -15927534 or 1242892. OLE color: 1242892.

HSL color Cylindrical-coordinate representation of color #0CF712: hue angle of 121.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF712 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 247 18 -
CMYK 0.95 0 0.93 0.03
HSL 121.53º 0.94% 0.51% -
HSV(B) 121.53º 0.95% 0.97% -
XYZ 33.52 66.64 11.67 -
YUV 150.63 53.14 29.12 -
System Red Green Blue C M Y K H S L
Decimal 12 247 18 0.95 0 0.93 0.03 121.53 0.94 0.51
Hex C F7 12 5F 0 5D 3 7A 5E 33
Octal 14 367 22 137 0 135 3 172 136 63
Binary 1100 11110111 10010 1011111 0 1011101 11 1111010 1011110 110011

Color Harmonies of #0CF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF712

Black with #0CF712

Text Example


Text Example

White with #0CF712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,247,18); }

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

background-color css

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

 a { background-color: rgb(12,247,18); }

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

border-color css

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

 span { border-color: rgb(12,247,18); }

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