Html Css Color HEX #12F024 Free Speech Green

📋 copy color: '#12F024'

red 18 ◦ green 240 ◦ blue 36

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

Shades of Free Speech Green #12F024

Tints of Free Speech Green #12F024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.63%

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 6.12%
G = 81.63%
B = 12.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#12F024 (or 0x12F024) is known color: Free Speech Green. HEX triplet: 12, F0 and 24. RGB value is (18,240,36). Sum of RGB (Red+Green+Blue) = 18+240+36=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 240 (94.14% from 255 or 81.63% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 240 - color contains mainly: green. Hex color #12F024 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F024 is #ED0FDB. Grayscale: #969696. Windows color (decimal): -15536092 or 2420754. OLE color: 2420754.

HSL color Cylindrical-coordinate representation of color #12F024: hue angle of 124.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F024 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 36 -
CMYK 0.92 0 0.85 0.06
HSL 124.86º 0.88% 0.51% -
HSV(B) 124.86º 0.93% 0.94% -
XYZ 31.73 62.58 12.08 -
YUV 150.37 63.45 33.59 -
System Red Green Blue C M Y K H S L
Decimal 18 240 36 0.92 0 0.85 0.06 124.86 0.88 0.51
Hex 12 F0 24 5C 0 55 6 7D 58 33
Octal 22 360 44 134 0 125 6 175 130 63
Binary 10010 11110000 100100 1011100 0 1010101 110 1111101 1011000 110011

Color Harmonies of #12F024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F024

Black with #12F024

Text Example


Text Example

White with #12F024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,240,36); }

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

background-color css

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

 a { background-color: rgb(18,240,36); }

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

border-color css

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

 span { border-color: rgb(18,240,36); }

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