Html Css Color HEX #01CE0F Free Speech Green

📋 copy color: '#01CE0F'

red 1 ◦ green 206 ◦ blue 15

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

Shades of Free Speech Green #01CE0F

Tints of Free Speech Green #01CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 92.79%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 0.45%
G = 92.79%
B = 6.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#01CE0F (or 0x01CE0F) is known color: Free Speech Green. HEX triplet: 01, CE and 0F. RGB value is (1,206,15). Sum of RGB (Red+Green+Blue) = 1+206+15=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 206 (80.86% from 255 or 92.79% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CE0F is #FE31F0. Grayscale: #7B7B7B. Windows color (decimal): -16658929 or 1035777. OLE color: 1035777.

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

Color convert

RGB 1 206 15 -
CMYK 1.00 0 0.93 0.19
HSL 124.1º 0.99% 0.41% -
HSV(B) 124.1º 1% 0.81% -
XYZ 22.17 44.18 7.81 -
YUV 122.93 67.08 41.03 -
System Red Green Blue C M Y K H S L
Decimal 1 206 15 1.00 0 0.93 0.19 124.1 0.99 0.41
Hex 1 CE F 64 0 5D 13 7C 63 29
Octal 1 316 17 144 0 135 23 174 143 51
Binary 1 11001110 1111 1100100 0 1011101 10011 1111100 1100011 101001

Color Harmonies of #01CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CE0F

Black with #01CE0F

Text Example


Text Example

White with #01CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,206,15); }

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

background-color css

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

 a { background-color: rgb(1,206,15); }

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

border-color css

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

 span { border-color: rgb(1,206,15); }

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