Html Css Color HEX #01CF10 Free Speech Green

📋 copy color: '#01CF10'

red 1 ◦ green 207 ◦ blue 16

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

Shades of Free Speech Green #01CF10

Tints of Free Speech Green #01CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 92.41%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 0.45%
G = 92.41%
B = 7.14%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#01CF10 (or 0x01CF10) is known color: Free Speech Green. HEX triplet: 01, CF and 10. RGB value is (1,207,16). Sum of RGB (Red+Green+Blue) = 1+207+16=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 207 (81.25% from 255 or 92.41% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CF10 is #FE30EF. Grayscale: #7C7C7C. Windows color (decimal): -16658672 or 1101569. OLE color: 1101569.

HSL color Cylindrical-coordinate representation of color #01CF10: hue angle of 124.37º 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 #01CF10 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 16 -
CMYK 1.00 0 0.92 0.19
HSL 124.37º 0.99% 0.41% -
HSV(B) 124.37º 1% 0.81% -
XYZ 22.42 44.67 7.93 -
YUV 123.63 67.25 40.53 -
System Red Green Blue C M Y K H S L
Decimal 1 207 16 1.00 0 0.92 0.19 124.37 0.99 0.41
Hex 1 CF 10 64 0 5C 13 7C 63 29
Octal 1 317 20 144 0 134 23 174 143 51
Binary 1 11001111 10000 1100100 0 1011100 10011 1111100 1100011 101001

Color Harmonies of #01CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF10

Black with #01CF10

Text Example


Text Example

White with #01CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,16); }

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

background-color css

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

 a { background-color: rgb(1,207,16); }

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

border-color css

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

 span { border-color: rgb(1,207,16); }

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