Html Css Color HEX #0CCD0D Free Speech Green

📋 copy color: '#0CCD0D'

red 12 ◦ green 205 ◦ blue 13

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

Shades of Free Speech Green #0CCD0D

Tints of Free Speech Green #0CCD0D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 89.13%

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

R = 5.22%
G = 89.13%
B = 5.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#0CCD0D (or 0x0CCD0D) is known color: Free Speech Green. HEX triplet: 0C, CD and 0D. RGB value is (12,205,13). Sum of RGB (Red+Green+Blue) = 12+205+13=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 205 (80.47% from 255 or 89.13% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD0D is #F332F2. Grayscale: #7D7D7D. Windows color (decimal): -15938291 or 904460. OLE color: 904460.

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

Color convert

RGB 12 205 13 -
CMYK 0.94 0 0.94 0.20
HSL 120.31º 0.89% 0.43% -
HSV(B) 120.31º 0.94% 0.8% -
XYZ 22.06 43.77 7.67 -
YUV 125.41 64.56 47.11 -
System Red Green Blue C M Y K H S L
Decimal 12 205 13 0.94 0 0.94 0.20 120.31 0.89 0.43
Hex C CD D 5E 0 5E 14 78 59 2B
Octal 14 315 15 136 0 136 24 170 131 53
Binary 1100 11001101 1101 1011110 0 1011110 10100 1111000 1011001 101011

Color Harmonies of #0CCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD0D

Black with #0CCD0D

Text Example


Text Example

White with #0CCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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