Html Css Color HEX #0CD90D Free Speech Green

📋 copy color: '#0CD90D'

red 12 ◦ green 217 ◦ blue 13

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

Shades of Free Speech Green #0CD90D

Tints of Free Speech Green #0CD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 89.67%

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

R = 4.96%
G = 89.67%
B = 5.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#0CD90D (or 0x0CD90D) is known color: Free Speech Green. HEX triplet: 0C, D9 and 0D. RGB value is (12,217,13). Sum of RGB (Red+Green+Blue) = 12+217+13=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 217 (85.16% from 255 or 89.67% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD90D is #F326F2. Grayscale: #858585. Windows color (decimal): -15935219 or 907532. OLE color: 907532.

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

Color convert

RGB 12 217 13 -
CMYK 0.94 0 0.94 0.15
HSL 120.29º 0.9% 0.45% -
HSV(B) 120.29º 0.94% 0.85% -
XYZ 25.04 49.73 8.66 -
YUV 132.45 60.58 42.09 -
System Red Green Blue C M Y K H S L
Decimal 12 217 13 0.94 0 0.94 0.15 120.29 0.9 0.45
Hex C D9 D 5E 0 5E F 78 5A 2D
Octal 14 331 15 136 0 136 17 170 132 55
Binary 1100 11011001 1101 1011110 0 1011110 1111 1111000 1011010 101101

Color Harmonies of #0CD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD90D

Black with #0CD90D

Text Example


Text Example

White with #0CD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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