Html Css Color HEX #0CDB0E Free Speech Green

📋 copy color: '#0CDB0E'

red 12 ◦ green 219 ◦ blue 14

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

Shades of Free Speech Green #0CDB0E

Tints of Free Speech Green #0CDB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 89.39%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 4.9%
G = 89.39%
B = 5.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#0CDB0E (or 0x0CDB0E) is known color: Free Speech Green. HEX triplet: 0C, DB and 0E. RGB value is (12,219,14). Sum of RGB (Red+Green+Blue) = 12+219+14=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 219 (85.94% from 255 or 89.39% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDB0E is #F324F1. Grayscale: #868686. Windows color (decimal): -15934706 or 973580. OLE color: 973580.

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

Color convert

RGB 12 219 14 -
CMYK 0.95 0 0.94 0.14
HSL 120.58º 0.9% 0.45% -
HSV(B) 120.58º 0.95% 0.86% -
XYZ 25.56 50.77 8.87 -
YUV 133.74 60.42 41.17 -
System Red Green Blue C M Y K H S L
Decimal 12 219 14 0.95 0 0.94 0.14 120.58 0.9 0.45
Hex C DB E 5F 0 5E E 79 5A 2D
Octal 14 333 16 137 0 136 16 171 132 55
Binary 1100 11011011 1110 1011111 0 1011110 1110 1111001 1011010 101101

Color Harmonies of #0CDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB0E

Black with #0CDB0E

Text Example


Text Example

White with #0CDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,14); }

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

background-color css

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

 a { background-color: rgb(12,219,14); }

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

border-color css

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

 span { border-color: rgb(12,219,14); }

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