#0CDB1C

Color #0CDB1C Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0CDB1C

Tints of Free Speech Green #0CDB1C

Color information

#0CDB1C (or 0x0CDB1C) is unknown color: approx Free Speech Green. HEX triplet: 0C, DB and 1C. RGB value is (12,219,28). Sum of RGB (Red+Green+Blue) = 12+219+28=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 219 (85.94% from 255 or 84.56% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB1C is #F324E3. Grayscale: #878787. Windows color (decimal): -15934692 or 1891084. OLE color: 1891084.

HSL color Cylindrical-coordinate representation of color #0CDB1C: hue angle of 124.64º 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 #0CDB1C is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB1221928-
CMYK0.9500.870.14
HSL124.64º89.61%45.29%-
HSV(B)124.64º94.52%85.88%-
XYZ25.6950.839.55-
YUV135.3367.4240.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 219 (85.94% from 255) = 84.56%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=4.63%
G=84.56%
B=10.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12219280.9500.870.14124.6489.6145.29
HexCDB1C5F057E7d5a2d
Octal143333413701271617513255
Binary11001101101111100101111101010111111011111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CDB1C;
 }
 .AnyTagClassName
 {
   color: #0CDB1C;
 }
</style>
background-color css

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

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

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

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

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

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