Html Css Color HEX #0CD50D Free Speech Green

📋 copy color: '#0CD50D'

red 12 ◦ green 213 ◦ blue 13

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

Shades of Free Speech Green #0CD50D

Tints of Free Speech Green #0CD50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 89.5%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 5.04%
G = 89.5%
B = 5.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#0CD50D (or 0x0CD50D) is known color: Free Speech Green. HEX triplet: 0C, D5 and 0D. RGB value is (12,213,13). Sum of RGB (Red+Green+Blue) = 12+213+13=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 213 (83.59% from 255 or 89.50% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD50D is #F32AF2. Grayscale: #828282. Windows color (decimal): -15936243 or 906508. OLE color: 906508.

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

Color convert

RGB 12 213 13 -
CMYK 0.94 0 0.94 0.16
HSL 120.3º 0.89% 0.44% -
HSV(B) 120.3º 0.94% 0.84% -
XYZ 24.02 47.7 8.32 -
YUV 130.1 61.91 43.76 -
System Red Green Blue C M Y K H S L
Decimal 12 213 13 0.94 0 0.94 0.16 120.3 0.89 0.44
Hex C D5 D 5E 0 5E 10 78 59 2C
Octal 14 325 15 136 0 136 20 170 131 54
Binary 1100 11010101 1101 1011110 0 1011110 10000 1111000 1011001 101100

Color Harmonies of #0CD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD50D

Black with #0CD50D

Text Example


Text Example

White with #0CD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,13); }

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

background-color css

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

 a { background-color: rgb(12,213,13); }

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

border-color css

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

 span { border-color: rgb(12,213,13); }

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