Html Css Color HEX #0DC90A Free Speech Green

📋 copy color: '#0DC90A'

red 13 ◦ green 201 ◦ blue 10

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

Shades of Free Speech Green #0DC90A

Tints of Free Speech Green #0DC90A

RGB

 RED value IS 13 (5.47% from 255) = 5.8%

 GREEN value IS 201 (78.91% from 255) = 89.73%

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 5.8%
G = 89.73%
B = 4.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#0DC90A (or 0x0DC90A) is known color: Free Speech Green. HEX triplet: 0D, C9 and 0A. RGB value is (13,201,10). Sum of RGB (Red+Green+Blue) = 13+201+10=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 201 (78.91% from 255 or 89.73% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC90A is #F236F5. Grayscale: #7B7B7B. Windows color (decimal): -15873782 or 706829. OLE color: 706829.

HSL color Cylindrical-coordinate representation of color #0DC90A: hue angle of 119.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC90A is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 10 -
CMYK 0.94 0 0.95 0.21
HSL 119.06º 0.91% 0.41% -
HSV(B) 119.06º 0.95% 0.79% -
XYZ 21.11 41.88 7.26 -
YUV 123.01 64.22 49.53 -
System Red Green Blue C M Y K H S L
Decimal 13 201 10 0.94 0 0.95 0.21 119.06 0.91 0.41
Hex D C9 A 5E 0 5F 15 77 5B 29
Octal 15 311 12 136 0 137 25 167 133 51
Binary 1101 11001001 1010 1011110 0 1011111 10101 1110111 1011011 101001

Color Harmonies of #0DC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC90A

Black with #0DC90A

Text Example


Text Example

White with #0DC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,10); }

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

background-color css

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

 a { background-color: rgb(13,201,10); }

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

border-color css

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

 span { border-color: rgb(13,201,10); }

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