Html Css Color HEX #0DEF1C Free Speech Green

📋 copy color: '#0DEF1C'

red 13 ◦ green 239 ◦ blue 28

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

Shades of Free Speech Green #0DEF1C

Tints of Free Speech Green #0DEF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 85.36%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 4.64%
G = 85.36%
B = 10%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#0DEF1C (or 0x0DEF1C) is known color: Free Speech Green. HEX triplet: 0D, EF and 1C. RGB value is (13,239,28). Sum of RGB (Red+Green+Blue) = 13+239+28=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 239 (93.75% from 255 or 85.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEF1C is #F210E3. Grayscale: #939393. Windows color (decimal): -15864036 or 1896205. OLE color: 1896205.

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

Color convert

RGB 13 239 28 -
CMYK 0.95 0 0.88 0.06
HSL 123.98º 0.9% 0.49% -
HSV(B) 123.98º 0.95% 0.94% -
XYZ 31.24 61.9 11.4 -
YUV 147.37 60.63 32.16 -
System Red Green Blue C M Y K H S L
Decimal 13 239 28 0.95 0 0.88 0.06 123.98 0.9 0.49
Hex D EF 1C 5F 0 58 6 7C 5A 31
Octal 15 357 34 137 0 130 6 174 132 61
Binary 1101 11101111 11100 1011111 0 1011000 110 1111100 1011010 110001

Color Harmonies of #0DEF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEF1C

Black with #0DEF1C

Text Example


Text Example

White with #0DEF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,239,28); }

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

background-color css

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

 a { background-color: rgb(13,239,28); }

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

border-color css

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

 span { border-color: rgb(13,239,28); }

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