Html Css Color HEX #0CF812 Free Speech Green

📋 copy color: '#0CF812'

red 12 ◦ green 248 ◦ blue 18

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

Shades of Free Speech Green #0CF812

Tints of Free Speech Green #0CF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 89.21%

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

R = 4.32%
G = 89.21%
B = 6.47%

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

#0CF812 (or 0x0CF812) is known color: Free Speech Green. HEX triplet: 0C, F8 and 12. RGB value is (12,248,18). Sum of RGB (Red+Green+Blue) = 12+248+18=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 248 (97.27% from 255 or 89.21% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF812 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF812 is #F307ED. Grayscale: #979797. Windows color (decimal): -15927278 or 1243148. OLE color: 1243148.

HSL color Cylindrical-coordinate representation of color #0CF812: 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 #0CF812 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 248 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.83 67.26 11.77 -
YUV 151.22 52.81 28.7 -
System Red Green Blue C M Y K H S L
Decimal 12 248 18 0.95 0 0.93 0.03 121.53 0.94 0.51
Hex C F8 12 5F 0 5D 3 7A 5E 33
Octal 14 370 22 137 0 135 3 172 136 63
Binary 1100 11111000 10010 1011111 0 1011101 11 1111010 1011110 110011

Color Harmonies of #0CF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF812

Black with #0CF812

Text Example


Text Example

White with #0CF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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