Html Css Color HEX #12CF01 Free Speech Green

📋 copy color: '#12CF01'

red 18 ◦ green 207 ◦ blue 1

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

Shades of Free Speech Green #12CF01

Tints of Free Speech Green #12CF01

RGB

 RED value IS 18 (7.42% from 255) = 7.96%

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 7.96%
G = 91.59%
B = 0.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#12CF01 (or 0x12CF01) is known color: Free Speech Green. HEX triplet: 12, CF and 01. RGB value is (18,207,1). Sum of RGB (Red+Green+Blue) = 18+207+1=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 207 (81.25% from 255 or 91.59% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF01 is #ED30FE. Grayscale: #7F7F7F. Windows color (decimal): -15544575 or 118546. OLE color: 118546.

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

Color convert

RGB 18 207 1 -
CMYK 0.91 0 1.00 0.19
HSL 115.05º 0.99% 0.41% -
HSV(B) 115.05º 1% 0.81% -
XYZ 22.57 44.76 7.48 -
YUV 127.01 56.88 50.25 -
System Red Green Blue C M Y K H S L
Decimal 18 207 1 0.91 0 1.00 0.19 115.05 0.99 0.41
Hex 12 CF 1 5B 0 64 13 73 63 29
Octal 22 317 1 133 0 144 23 163 143 51
Binary 10010 11001111 1 1011011 0 1100100 10011 1110011 1100011 101001

Color Harmonies of #12CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF01

Black with #12CF01

Text Example


Text Example

White with #12CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CF01; }

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

 H1.HeaderClassName
 {
   color: #12CF01;
 }
 .AnyTagClassName
 {
   color: #12CF01;
 }
</style>

background-color css

<style>
 a { background-color: #12CF01; }

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

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

border-color css

<style>
 span { border-color: #12CF01; }

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

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