Html Css Color HEX #0DE613 Free Speech Green

📋 copy color: '#0DE613'

red 13 ◦ green 230 ◦ blue 19

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

Shades of Free Speech Green #0DE613

Tints of Free Speech Green #0DE613

RGB

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

 GREEN value IS 230 (90.23% from 255) = 87.79%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 4.96%
G = 87.79%
B = 7.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#0DE613 (or 0x0DE613) is known color: Free Speech Green. HEX triplet: 0D, E6 and 13. RGB value is (13,230,19). Sum of RGB (Red+Green+Blue) = 13+230+19=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 230 (90.23% from 255 or 87.79% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE613 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DE613 is #F219EC. Grayscale: #8D8D8D. Windows color (decimal): -15866349 or 1304077. OLE color: 1304077.

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

Color convert

RGB 13 230 19 -
CMYK 0.94 0 0.92 0.10
HSL 121.66º 0.89% 0.48% -
HSV(B) 121.66º 0.94% 0.9% -
XYZ 28.58 56.73 10.06 -
YUV 141.06 59.11 36.66 -
System Red Green Blue C M Y K H S L
Decimal 13 230 19 0.94 0 0.92 0.10 121.66 0.89 0.48
Hex D E6 13 5E 0 5C A 7A 59 30
Octal 15 346 23 136 0 134 12 172 131 60
Binary 1101 11100110 10011 1011110 0 1011100 1010 1111010 1011001 110000

Color Harmonies of #0DE613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE613

Black with #0DE613

Text Example


Text Example

White with #0DE613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,230,19); }

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

background-color css

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

 a { background-color: rgb(13,230,19); }

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

border-color css

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

 span { border-color: rgb(13,230,19); }

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