Html Css Color HEX #0CF612 Free Speech Green

📋 copy color: '#0CF612'

red 12 ◦ green 246 ◦ blue 18

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

Shades of Free Speech Green #0CF612

Tints of Free Speech Green #0CF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 89.13%

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

R = 4.35%
G = 89.13%
B = 6.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#0CF612 (or 0x0CF612) is known color: Free Speech Green. HEX triplet: 0C, F6 and 12. RGB value is (12,246,18). Sum of RGB (Red+Green+Blue) = 12+246+18=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 246 (96.48% from 255 or 89.13% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF612 is #F309ED. Grayscale: #969696. Windows color (decimal): -15927790 or 1242636. OLE color: 1242636.

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

Color convert

RGB 12 246 18 -
CMYK 0.95 0 0.93 0.04
HSL 121.54º 0.93% 0.51% -
HSV(B) 121.54º 0.95% 0.96% -
XYZ 33.22 66.03 11.57 -
YUV 150.04 53.48 29.54 -
System Red Green Blue C M Y K H S L
Decimal 12 246 18 0.95 0 0.93 0.04 121.54 0.93 0.51
Hex C F6 12 5F 0 5D 4 7A 5D 33
Octal 14 366 22 137 0 135 4 172 135 63
Binary 1100 11110110 10010 1011111 0 1011101 100 1111010 1011101 110011

Color Harmonies of #0CF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF612

Black with #0CF612

Text Example


Text Example

White with #0CF612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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