Html Css Color HEX #00C90E Free Speech Green

📋 copy color: '#00C90E'

red 0 ◦ green 201 ◦ blue 14

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

Shades of Free Speech Green #00C90E

Tints of Free Speech Green #00C90E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 201 (78.91% from 255) = 93.49%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 0%
G = 93.49%
B = 6.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#00C90E (or 0x00C90E) is known color: Free Speech Green. HEX triplet: 00, C9 and 0E. RGB value is (0,201,14). Sum of RGB (Red+Green+Blue) = 0+201+14=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 201 (78.91% from 255 or 93.49% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 201 - color contains mainly: green. Hex color #00C90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C90E is #FF36F1. Grayscale: #787878. Windows color (decimal): -16725746 or 968960. OLE color: 968960.

HSL color Cylindrical-coordinate representation of color #00C90E: hue angle of 124.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C90E is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 201 14 -
CMYK 1 0 0.93 0.21
HSL 124.18º 1% 0.39% -
HSV(B) 124.18º 1% 0.79% -
XYZ 20.97 41.81 7.38 -
YUV 119.58 68.41 42.71 -
System Red Green Blue C M Y K H S L
Decimal 0 201 14 1 0 0.93 0.21 124.18 1 0.39
Hex 0 C9 E 64 0 5D 15 7C 64 27
Octal 0 311 16 144 0 135 25 174 144 47
Binary 0 11001001 1110 1100100 0 1011101 10101 1111100 1100100 100111

Color Harmonies of #00C90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C90E

Black with #00C90E

Text Example


Text Example

White with #00C90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C90E; }

 p { color: rgb(0,201,14); }

 H1.HeaderClassName
 {
   color: #00C90E;
 }
 .AnyTagClassName
 {
   color: #00C90E;
 }
</style>

background-color css

<style>
 a { background-color: #00C90E; }

 a { background-color: rgb(0,201,14); }

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

border-color css

<style>
 span { border-color: #00C90E; }

 span { border-color: rgb(0,201,14); }

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