Html Css Color HEX #0CDC07 Free Speech Green

📋 copy color: '#0CDC07'

red 12 ◦ green 220 ◦ blue 7

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

Shades of Free Speech Green #0CDC07

Tints of Free Speech Green #0CDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 92.05%

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 5.02%
G = 92.05%
B = 2.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#0CDC07 (or 0x0CDC07) is known color: Free Speech Green. HEX triplet: 0C, DC and 07. RGB value is (12,220,7). Sum of RGB (Red+Green+Blue) = 12+220+7=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 220 (86.33% from 255 or 92.05% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDC07 is #F323F8. Grayscale: #868686. Windows color (decimal): -15934457 or 515084. OLE color: 515084.

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

Color convert

RGB 12 220 7 -
CMYK 0.95 0 0.97 0.14
HSL 118.59º 0.94% 0.45% -
HSV(B) 118.59º 0.97% 0.86% -
XYZ 25.78 51.28 8.74 -
YUV 133.53 56.59 41.32 -
System Red Green Blue C M Y K H S L
Decimal 12 220 7 0.95 0 0.97 0.14 118.59 0.94 0.45
Hex C DC 7 5F 0 61 E 77 5E 2D
Octal 14 334 7 137 0 141 16 167 136 55
Binary 1100 11011100 111 1011111 0 1100001 1110 1110111 1011110 101101

Color Harmonies of #0CDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC07

Black with #0CDC07

Text Example


Text Example

White with #0CDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,7); }

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

background-color css

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

 a { background-color: rgb(12,220,7); }

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

border-color css

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

 span { border-color: rgb(12,220,7); }

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