Html Css Color HEX #0DDB12 Free Speech Green

📋 copy color: '#0DDB12'

red 13 ◦ green 219 ◦ blue 18

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

Shades of Free Speech Green #0DDB12

Tints of Free Speech Green #0DDB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 87.6%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 5.2%
G = 87.6%
B = 7.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#0DDB12 (or 0x0DDB12) is known color: Free Speech Green. HEX triplet: 0D, DB and 12. RGB value is (13,219,18). Sum of RGB (Red+Green+Blue) = 13+219+18=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 219 (85.94% from 255 or 87.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB12 is #F224ED. Grayscale: #878787. Windows color (decimal): -15869166 or 1235725. OLE color: 1235725.

HSL color Cylindrical-coordinate representation of color #0DDB12: hue angle of 121.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB12 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 18 -
CMYK 0.94 0 0.92 0.14
HSL 121.46º 0.89% 0.45% -
HSV(B) 121.46º 0.94% 0.86% -
XYZ 25.61 50.79 9.03 -
YUV 134.49 62.25 41.34 -
System Red Green Blue C M Y K H S L
Decimal 13 219 18 0.94 0 0.92 0.14 121.46 0.89 0.45
Hex D DB 12 5E 0 5C E 79 59 2D
Octal 15 333 22 136 0 134 16 171 131 55
Binary 1101 11011011 10010 1011110 0 1011100 1110 1111001 1011001 101101

Color Harmonies of #0DDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB12

Black with #0DDB12

Text Example


Text Example

White with #0DDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,18); }

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

background-color css

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

 a { background-color: rgb(13,219,18); }

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

border-color css

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

 span { border-color: rgb(13,219,18); }

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