Html Css Color HEX #0ECC05 Free Speech Green

📋 copy color: '#0ECC05'

red 14 ◦ green 204 ◦ blue 5

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

Shades of Free Speech Green #0ECC05

Tints of Free Speech Green #0ECC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 91.48%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 6.28%
G = 91.48%
B = 2.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#0ECC05 (or 0x0ECC05) is known color: Free Speech Green. HEX triplet: 0E, CC and 05. RGB value is (14,204,5). Sum of RGB (Red+Green+Blue) = 14+204+5=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 204 (80.08% from 255 or 91.48% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC05 is #F133FA. Grayscale: #7D7D7D. Windows color (decimal): -15807483 or 379918. OLE color: 379918.

HSL color Cylindrical-coordinate representation of color #0ECC05: hue angle of 117.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ECC05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 204 5 -
CMYK 0.93 0 0.98 0.2
HSL 117.29º 0.95% 0.41% -
HSV(B) 117.29º 0.98% 0.8% -
XYZ 21.8 43.29 7.35 -
YUV 124.5 60.55 49.18 -
System Red Green Blue C M Y K H S L
Decimal 14 204 5 0.93 0 0.98 0.2 117.29 0.95 0.41
Hex E CC 5 5D 0 62 14 75 5F 29
Octal 16 314 5 135 0 142 24 165 137 51
Binary 1110 11001100 101 1011101 0 1100010 10100 1110101 1011111 101001

Color Harmonies of #0ECC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECC05

Black with #0ECC05

Text Example


Text Example

White with #0ECC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,204,5); }

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

background-color css

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

 a { background-color: rgb(14,204,5); }

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

border-color css

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

 span { border-color: rgb(14,204,5); }

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