Html Css Color HEX #01EE0C Free Speech Green

📋 copy color: '#01EE0C'

red 1 ◦ green 238 ◦ blue 12

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

Shades of Free Speech Green #01EE0C

Tints of Free Speech Green #01EE0C

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 0.4%
G = 94.82%
B = 4.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#01EE0C (or 0x01EE0C) is known color: Free Speech Green. HEX triplet: 01, EE and 0C. RGB value is (1,238,12). Sum of RGB (Red+Green+Blue) = 1+238+12=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 238 (93.36% from 255 or 94.82% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EE0C is #FE11F3. Grayscale: #8E8E8E. Windows color (decimal): -16650740 or 847361. OLE color: 847361.

HSL color Cylindrical-coordinate representation of color #01EE0C: hue angle of 122.78º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE0C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 238 12 -
CMYK 1.00 0 0.95 0.07
HSL 122.78º 0.99% 0.47% -
HSV(B) 122.78º 1% 0.93% -
XYZ 30.65 61.18 10.54 -
YUV 141.37 54.98 27.88 -
System Red Green Blue C M Y K H S L
Decimal 1 238 12 1.00 0 0.95 0.07 122.78 0.99 0.47
Hex 1 EE C 64 0 5F 7 7B 63 2F
Octal 1 356 14 144 0 137 7 173 143 57
Binary 1 11101110 1100 1100100 0 1011111 111 1111011 1100011 101111

Color Harmonies of #01EE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EE0C

Black with #01EE0C

Text Example


Text Example

White with #01EE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EE0C; }

 p { color: rgb(1,238,12); }

 H1.HeaderClassName
 {
   color: #01EE0C;
 }
 .AnyTagClassName
 {
   color: #01EE0C;
 }
</style>

background-color css

<style>
 a { background-color: #01EE0C; }

 a { background-color: rgb(1,238,12); }

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

border-color css

<style>
 span { border-color: #01EE0C; }

 span { border-color: rgb(1,238,12); }

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