Html Css Color HEX #12CB04 Free Speech Green

📋 copy color: '#12CB04'

red 18 ◦ green 203 ◦ blue 4

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

Shades of Free Speech Green #12CB04

Tints of Free Speech Green #12CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 90.22%

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 8%
G = 90.22%
B = 1.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#12CB04 (or 0x12CB04) is known color: Free Speech Green. HEX triplet: 12, CB and 04. RGB value is (18,203,4). Sum of RGB (Red+Green+Blue) = 18+203+4=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CB04 is #ED34FB. Grayscale: #7D7D7D. Windows color (decimal): -15545596 or 314130. OLE color: 314130.

HSL color Cylindrical-coordinate representation of color #12CB04: hue angle of 115.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12CB04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 4 -
CMYK 0.91 0 0.98 0.20
HSL 115.78º 0.96% 0.41% -
HSV(B) 115.78º 0.98% 0.8% -
XYZ 21.63 42.85 7.25 -
YUV 125 59.71 51.68 -
System Red Green Blue C M Y K H S L
Decimal 18 203 4 0.91 0 0.98 0.20 115.78 0.96 0.41
Hex 12 CB 4 5B 0 62 14 74 60 29
Octal 22 313 4 133 0 142 24 164 140 51
Binary 10010 11001011 100 1011011 0 1100010 10100 1110100 1100000 101001

Color Harmonies of #12CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB04

Black with #12CB04

Text Example


Text Example

White with #12CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,4); }

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

background-color css

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

 a { background-color: rgb(18,203,4); }

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

border-color css

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

 span { border-color: rgb(18,203,4); }

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