Html Css Color HEX #12CF00 Free Speech Green

📋 copy color: '#12CF00'

red 18 ◦ green 207 ◦ blue 0

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

Shades of Free Speech Green #12CF00

Tints of Free Speech Green #12CF00

RGB

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

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

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

R = 8%
G = 92%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#12CF00 (or 0x12CF00) is known color: Free Speech Green. HEX triplet: 12, CF and 00. RGB value is (18,207,0). Sum of RGB (Red+Green+Blue) = 18+207+0=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 207 (81.25% from 255 or 92% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF00 is #ED30FF. Grayscale: #7F7F7F. Windows color (decimal): -15544576 or 53010. OLE color: 53010.

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

Color convert

RGB 18 207 0 -
CMYK 0.91 0 1 0.19
HSL 114.78º 1% 0.41% -
HSV(B) 114.78º 1% 0.81% -
XYZ 22.56 44.75 7.45 -
YUV 126.89 56.38 50.33 -
System Red Green Blue C M Y K H S L
Decimal 18 207 0 0.91 0 1 0.19 114.78 1 0.41
Hex 12 CF 0 5B 0 64 13 73 64 29
Octal 22 317 0 133 0 144 23 163 144 51
Binary 10010 11001111 0 1011011 0 1100100 10011 1110011 1100100 101001

Color Harmonies of #12CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF00

Black with #12CF00

Text Example


Text Example

White with #12CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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