Html Css Color HEX #0CF015 Free Speech Green

📋 copy color: '#0CF015'

red 12 ◦ green 240 ◦ blue 21

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

Shades of Free Speech Green #0CF015

Tints of Free Speech Green #0CF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 87.91%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 4.4%
G = 87.91%
B = 7.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#0CF015 (or 0x0CF015) is known color: Free Speech Green. HEX triplet: 0C, F0 and 15. RGB value is (12,240,21). Sum of RGB (Red+Green+Blue) = 12+240+21=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 240 (94.14% from 255 or 87.91% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF015 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF015 is #F30FEA. Grayscale: #939393. Windows color (decimal): -15929323 or 1437708. OLE color: 1437708.

HSL color Cylindrical-coordinate representation of color #0CF015: hue angle of 122.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF015 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 240 21 -
CMYK 0.95 0 0.91 0.06
HSL 122.37º 0.9% 0.49% -
HSV(B) 122.37º 0.95% 0.94% -
XYZ 31.45 62.45 11.11 -
YUV 146.86 56.96 31.81 -
System Red Green Blue C M Y K H S L
Decimal 12 240 21 0.95 0 0.91 0.06 122.37 0.9 0.49
Hex C F0 15 5F 0 5B 6 7A 5A 31
Octal 14 360 25 137 0 133 6 172 132 61
Binary 1100 11110000 10101 1011111 0 1011011 110 1111010 1011010 110001

Color Harmonies of #0CF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF015

Black with #0CF015

Text Example


Text Example

White with #0CF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,240,21); }

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

background-color css

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

 a { background-color: rgb(12,240,21); }

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

border-color css

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

 span { border-color: rgb(12,240,21); }

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