Html Css Color HEX #0DEE10 Free Speech Green

📋 copy color: '#0DEE10'

red 13 ◦ green 238 ◦ blue 16

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

Shades of Free Speech Green #0DEE10

Tints of Free Speech Green #0DEE10

RGB

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

 GREEN value IS 238 (93.36% from 255) = 89.14%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 4.87%
G = 89.14%
B = 5.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#0DEE10 (or 0x0DEE10) is known color: Free Speech Green. HEX triplet: 0D, EE and 10. RGB value is (13,238,16). Sum of RGB (Red+Green+Blue) = 13+238+16=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 238 (93.36% from 255 or 89.14% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DEE10 is #F211EF. Grayscale: #929292. Windows color (decimal): -15864304 or 1109517. OLE color: 1109517.

HSL color Cylindrical-coordinate representation of color #0DEE10: hue angle of 120.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEE10 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 238 16 -
CMYK 0.95 0 0.93 0.07
HSL 120.8º 0.9% 0.49% -
HSV(B) 120.8º 0.95% 0.93% -
XYZ 30.83 61.27 10.69 -
YUV 145.42 54.96 33.55 -
System Red Green Blue C M Y K H S L
Decimal 13 238 16 0.95 0 0.93 0.07 120.8 0.9 0.49
Hex D EE 10 5F 0 5D 7 79 5A 31
Octal 15 356 20 137 0 135 7 171 132 61
Binary 1101 11101110 10000 1011111 0 1011101 111 1111001 1011010 110001

Color Harmonies of #0DEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEE10

Black with #0DEE10

Text Example


Text Example

White with #0DEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,238,16); }

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

background-color css

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

 a { background-color: rgb(13,238,16); }

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

border-color css

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

 span { border-color: rgb(13,238,16); }

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