Html Css Color HEX #0ED602 Free Speech Green

📋 copy color: '#0ED602'

red 14 ◦ green 214 ◦ blue 2

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

Shades of Free Speech Green #0ED602

Tints of Free Speech Green #0ED602

RGB

 RED value IS 14 (5.86% from 255) = 6.09%

 GREEN value IS 214 (83.98% from 255) = 93.04%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 6.09%
G = 93.04%
B = 0.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#0ED602 (or 0x0ED602) is known color: Free Speech Green. HEX triplet: 0E, D6 and 02. RGB value is (14,214,2). Sum of RGB (Red+Green+Blue) = 14+214+2=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 214 (83.98% from 255 or 93.04% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED602 is #F129FD. Grayscale: #828282. Windows color (decimal): -15804926 or 185870. OLE color: 185870.

HSL color Cylindrical-coordinate representation of color #0ED602: hue angle of 116.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED602 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 2 -
CMYK 0.93 0 0.99 0.16
HSL 116.6º 0.98% 0.42% -
HSV(B) 116.6º 0.99% 0.84% -
XYZ 24.24 48.19 8.08 -
YUV 130.03 55.74 45.24 -
System Red Green Blue C M Y K H S L
Decimal 14 214 2 0.93 0 0.99 0.16 116.6 0.98 0.42
Hex E D6 2 5D 0 63 10 75 62 2A
Octal 16 326 2 135 0 143 20 165 142 52
Binary 1110 11010110 10 1011101 0 1100011 10000 1110101 1100010 101010

Color Harmonies of #0ED602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED602

Black with #0ED602

Text Example


Text Example

White with #0ED602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,2); }

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

background-color css

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

 a { background-color: rgb(14,214,2); }

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

border-color css

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

 span { border-color: rgb(14,214,2); }

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