Html Css Color HEX #0CD605 Free Speech Green

📋 copy color: '#0CD605'

red 12 ◦ green 214 ◦ blue 5

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

Shades of Free Speech Green #0CD605

Tints of Free Speech Green #0CD605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 92.64%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 5.19%
G = 92.64%
B = 2.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#0CD605 (or 0x0CD605) is known color: Free Speech Green. HEX triplet: 0C, D6 and 05. RGB value is (12,214,5). Sum of RGB (Red+Green+Blue) = 12+214+5=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 214 (83.98% from 255 or 92.64% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD605 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD605 is #F329FA. Grayscale: #828282. Windows color (decimal): -15935995 or 382476. OLE color: 382476.

HSL color Cylindrical-coordinate representation of color #0CD605: hue angle of 117.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CD605 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 214 5 -
CMYK 0.94 0 0.98 0.16
HSL 117.99º 0.95% 0.43% -
HSV(B) 117.99º 0.98% 0.84% -
XYZ 24.23 48.18 8.17 -
YUV 129.78 57.58 43.99 -
System Red Green Blue C M Y K H S L
Decimal 12 214 5 0.94 0 0.98 0.16 117.99 0.95 0.43
Hex C D6 5 5E 0 62 10 76 5F 2B
Octal 14 326 5 136 0 142 20 166 137 53
Binary 1100 11010110 101 1011110 0 1100010 10000 1110110 1011111 101011

Color Harmonies of #0CD605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD605

Black with #0CD605

Text Example


Text Example

White with #0CD605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,5); }

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

background-color css

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

 a { background-color: rgb(12,214,5); }

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

border-color css

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

 span { border-color: rgb(12,214,5); }

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